We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6396267 commit c39f34eCopy full SHA for c39f34e
.travis.yml
@@ -34,6 +34,8 @@ matrix:
34
- git clone --recursive https://github.com/WebAssembly/wabt
35
- (cd wabt && git reset --hard a0bdeb7 && make -j4)
36
- export PATH=$PATH:$PWD/wabt/bin
37
+ - git clone https://github.com/rustwasm/wasm-bindgen
38
+ - (cd wasm-bindgen && cargo install --path crates/cli)
39
script:
40
- cargo build --target wasm32-unknown-unknown -p stdsimd
41
- cargo build --target wasm32-unknown-unknown -p stdsimd --release
0 commit comments