Skip to content

Commit 94e556e

Browse files
committed
CI/Docs: add missing wasm-bindgen-cli
1 parent fe3c76f commit 94e556e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Install wasm-pack for WebAssembly builds
22
cargo install wasm-pack
33

4+
# Install wasm-bindgen CLI tool for generating WebAssembly bindings
5+
cargo install -f wasm-bindgen-cli --version 0.2.99
6+
47
# Add WebAssembly target
58
rustup target add wasm32-unknown-unknown

0 commit comments

Comments
 (0)