We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b76868 commit 2746805Copy full SHA for 2746805
.travis.yml
@@ -98,7 +98,7 @@ matrix:
98
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
99
script:
100
- cargo build -p wasm-bindgen-cli
101
- - ln -snf target/debug/wasm-bindgen $HOME/.cargo/wasm-bindgen
+ - ln -snf `pwd`/target/debug/wasm-bindgen $HOME/.cargo/bin/wasm-bindgen
102
- |
103
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
104
(cd examples/$dir &&
0 commit comments