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 17e549f commit 22af8a5Copy full SHA for 22af8a5
contrib/wasm.sh
@@ -10,5 +10,6 @@ set -euox pipefail
10
clang --version
11
CARGO_TARGET_DIR=wasm cargo install --force wasm-pack
12
printf '\n[lib]\ncrate-type = ["cdylib", "rlib"]\n' >> Cargo.toml
13
+printf '\n[dependencies]\nwasm-bindgen = "0.2"\n' >> Cargo.toml
14
CC=clang wasm-pack build .
15
# CC=clang wasm-pack test --node
0 commit comments