Skip to content

Commit

Permalink
chore(ci/cd): enable bulk memory feat
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Nov 3, 2024
1 parent 136f960 commit e0b3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
checksum: true
- name: build wasmplayer
run: |
wasm-pack build --release --target web
wasm-pack build --release --target web -- --features "bulk-memory"
- name: upload wasmplayer
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit e0b3a8f

Please sign in to comment.