@@ -100,6 +100,8 @@ jobs:
100
100
displayName : " wasm-bindgen-anyref-xform tests"
101
101
- script : cargo test -p wasm-bindgen-multi-value-xform
102
102
displayName : " wasm-bindgen-multi-value-xform tests"
103
+ - script : cargo test -p wasm-bindgen-wasm-interpreter
104
+ displayName : " wasm-bindgen-wasm-interpreter tests"
103
105
104
106
- job : test_web_sys
105
107
displayName : " Run web-sys crate tests"
@@ -158,23 +160,6 @@ jobs:
158
160
# - template: ci/azure-install-sccache.yml
159
161
- script : cargo test -p wasm-bindgen-macro
160
162
161
- - job : test_wasm_interpreter
162
- displayName : " Run wasm-bindgen-wasm-interpreter tests"
163
- steps :
164
- - template : ci/azure-install-rust.yml
165
- # Temporarily disable sccache because it is failing on CI.
166
- # - template: ci/azure-install-sccache.yml
167
- - script : |
168
- git clone https://github.com/WebAssembly/wabt
169
- mkdir -p wabt/build
170
- cd wabt/build
171
- # Temporarily disable sccache because it is failing on CI.
172
- # cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DCMAKE_CXX_COMPILER_LAUNCHER=$RUSTC_WRAPPER
173
- cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off
174
- cmake --build . -- -j$(nproc)
175
- echo "##vso[task.prependpath]$PWD"
176
- - script : cargo test -p wasm-bindgen-wasm-interpreter
177
-
178
163
- job : test_typescript_output
179
164
displayName : " Test TypeScript output of wasm-bindgen"
180
165
steps :
0 commit comments