Skip to content

Commit c39f34e

Browse files
committed
fixup
1 parent 6396267 commit c39f34e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ matrix:
3434
- git clone --recursive https://github.com/WebAssembly/wabt
3535
- (cd wabt && git reset --hard a0bdeb7 && make -j4)
3636
- export PATH=$PATH:$PWD/wabt/bin
37+
- git clone https://github.com/rustwasm/wasm-bindgen
38+
- (cd wasm-bindgen && cargo install --path crates/cli)
3739
script:
3840
- cargo build --target wasm32-unknown-unknown -p stdsimd
3941
- cargo build --target wasm32-unknown-unknown -p stdsimd --release

0 commit comments

Comments
 (0)