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 a659f27 commit 7cb00bcCopy full SHA for 7cb00bc
azure-pipelines.yml
@@ -127,7 +127,7 @@ jobs:
127
- script: npm install
128
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
129
- script: cargo build -p wasm-bindgen-cli
130
- - script: ln -snf target/debug/wasm-bindgen $HOME/.cargo/wasm-bindgen
+ - script: ln -snf target/debug/wasm-bindgen $HOME/.cargo/bin/wasm-bindgen
131
- script: |
132
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
133
(cd examples/$dir &&
0 commit comments