Skip to content

Commit

Permalink
forgor wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
antaalt committed Mar 21, 2024
1 parent 3c3b36c commit e58a2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wasm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Build WASM
run: cargo build --lib --target wasm32-unknown-unknown --no-default-features --verbose
- name: Install wasm-bindgen
run: cargo install wasm-bindgen-cli
- name: Run tests
run: cargo test --lib --target wasm32-unknown-unknown --no-default-features --verbose
- name: Generate JS
Expand Down

0 comments on commit e58a2b2

Please sign in to comment.