mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 12:02:23 +03:00
9 lines
348 B
YAML
9 lines
348 B
YAML
steps:
|
|
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
|
displayName: "install wasm-pack"
|
|
- script: |
|
|
set -ex
|
|
cargo build -p wasm-bindgen-cli
|
|
ln -snf `pwd`/target/debug/wasm-bindgen $(dirname `which cargo`)/wasm-bindgen
|
|
displayName: "install wasm-bindgen for `wasm-pack` to use"
|