File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 36
36
displayName : " multi-value xform tests on native"
37
37
- script : |
38
38
set -e
39
- curl https://nodejs.org/download/nightly/v13.0.0-nightly2019081215b2d13310/node-v13.0.0-nightly2019081215b2d13310-linux-x64.tar.xz | tar xJf -
40
- echo "##vso[task.prependpath]$PWD/node-v13.0.0-nightly2019081215b2d13310-linux-x64/bin"
41
- echo "##vso[task.setvariable variable=NODE_ARGS]--experimental-wasm-anyref,--experimental-wasm-bulk_memory"
39
+ echo "##vso[task.setvariable variable=NODE_ARGS]--experimental-wasm-anyref"
42
40
echo "##vso[task.setvariable variable=WASM_BINDGEN_ANYREF]1"
43
- displayName: "Install a custom node.js and configure anyref"
41
+ displayName: "Configure anyref passes "
44
42
- script : cargo test --target wasm32-unknown-unknown --test wasm
45
43
displayName : " (anyref) Crate test suite"
46
44
- script : WASM_BINDGEN_NO_DEBUG=1 cargo test --target wasm32-unknown-unknown --test wasm
Original file line number Diff line number Diff line change 3
3
displayName : " Add WebAssembly target via rustup"
4
4
- task : NodeTool@0
5
5
inputs :
6
- versionSpec : ' >=12.0 '
6
+ versionSpec : ' >=12.11 '
You can’t perform that action at this time.
0 commit comments