Skip to content

Commit

Permalink
fix: try to fix wasm unreachable bug (attempt 32)
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 22, 2024
1 parent 020b740 commit 6833b6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 549 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ jobs:
- name: Build wasm
working-directory: bindings/wasm
run: |
node build.mjs
wasm-pack build --no-typescript --release -t web
mv -f ./pkg/decancer_wasm_bg.wasm ./bin/decancer.wasm
cp ./bin/decancer.wasm ../..
- name: Test wasm
Expand Down Expand Up @@ -635,13 +635,6 @@ jobs:
node scripts/ci_readme.mjs ./bindings/node/README.md DECANCER_JS
node scripts/ci_readme.mjs ./bindings/native/README.md DECANCER_NATIVE
shell: bash
- name: Build wasm
working-directory: bindings/wasm
if: ${{ needs.setup.outputs.wasm_affected == 'true' || needs.setup.outputs.release != 'null' }}
run: |
cargo install wasm-pack
node build.mjs
shell: bash
- name: Download wasm artifact
if: ${{ needs.setup.outputs.wasm_affected == 'true' || needs.setup.outputs.release != 'null' }}
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit 6833b6d

Please sign in to comment.