We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3c76f commit 94e556eCopy full SHA for 94e556e
website/docs/developers/scripts/setup/install-wasm-tools.sh
@@ -1,5 +1,8 @@
1
# Install wasm-pack for WebAssembly builds
2
cargo install wasm-pack
3
4
+# Install wasm-bindgen CLI tool for generating WebAssembly bindings
5
+cargo install -f wasm-bindgen-cli --version 0.2.99
6
+
7
# Add WebAssembly target
8
rustup target add wasm32-unknown-unknown
0 commit comments