Skip to content

Commit 22af8a5

Browse files
committed
Amend
1 parent 17e549f commit 22af8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/wasm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ set -euox pipefail
1010
clang --version
1111
CARGO_TARGET_DIR=wasm cargo install --force wasm-pack
1212
printf '\n[lib]\ncrate-type = ["cdylib", "rlib"]\n' >> Cargo.toml
13+
printf '\n[dependencies]\nwasm-bindgen = "0.2"\n' >> Cargo.toml
1314
CC=clang wasm-pack build .
1415
# CC=clang wasm-pack test --node

0 commit comments

Comments
 (0)