Skip to content

Commit

Permalink
fix: fix wasm unreachable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 22, 2024
1 parent 5a9ac07 commit de2c361
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ jobs:
with:
node-version: latest
- name: Setup wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
run: cargo install wasm-pack
- name: Build wasm
working-directory: bindings/wasm
run: |
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/bin/decancer.min.js

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

Binary file modified bindings/wasm/bin/decancer.wasm
Binary file not shown.

0 comments on commit de2c361

Please sign in to comment.