We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f199214 commit 45ec154Copy full SHA for 45ec154
.github/workflows/test.yml
@@ -260,9 +260,23 @@ jobs:
260
os: macos-13
261
arch: x86_64
262
action: test
263
- - name: 'Wasmtime on Windows/x86_64'
264
- engine: 'wasmtime'
265
- repo: 'com_github_bytecodealliance_wasmtime'
+ - name: 'WAVM on Windows/x86_64'
+ engine: 'wavm'
+ 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
274
275
276
277
+ - name: 'WasmEdge on Windows/x86_64'
278
+ engine: 'wasmedge'
279
+ repo: 'com_github_wasmedge_wasmedge'
280
os: windows-2019
281
282
0 commit comments