File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -260,9 +260,23 @@ jobs:
260
260
os : macos-13
261
261
arch : x86_64
262
262
action : test
263
- - name : ' Wasmtime on Windows/x86_64'
264
- engine : ' wasmtime'
265
- repo : ' com_github_bytecodealliance_wasmtime'
263
+ - name : ' WAVM on Windows/x86_64'
264
+ engine : ' wavm'
265
+ repo : ' com_github_wavm_wavm'
266
+ os : windows-2019
267
+ arch : x86_64
268
+ action : test
269
+ targets : -//test/fuzz/...
270
+ - name : ' WAMR on Windows/x86_64'
271
+ engine : ' wamr'
272
+ repo : ' com_github_bytecodealliance_wasm_micro_runtime'
273
+ os : windows-2019
274
+ arch : x86_64
275
+ action : test
276
+ targets : -//test/fuzz/...
277
+ - name : ' WasmEdge on Windows/x86_64'
278
+ engine : ' wasmedge'
279
+ repo : ' com_github_wasmedge_wasmedge'
266
280
os : windows-2019
267
281
arch : x86_64
268
282
action : test
You can’t perform that action at this time.
0 commit comments