Skip to content

Commit

Permalink
move to crates for wasm and bin, with lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Jan 12, 2024
1 parent d303add commit 86a2707
Show file tree
Hide file tree
Showing 39 changed files with 9,948 additions and 1,004 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm-bindgen-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

# - run: cargo test
- run: wasm-pack test --headless --chrome
- run: wasm-pack test --headless --firefox
- run: wasm-pack test --headless --chrome crates/lora-inspector-wasm
- run: wasm-pack test --headless --firefox crates/lora-inspector-wasm
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/target

pkg/
pkg

new.html
155 changes: 79 additions & 76 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86a2707

Please sign in to comment.