We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cafe4 commit aa12f3aCopy full SHA for aa12f3a
.github/workflows/test.yml
@@ -267,6 +267,13 @@ jobs:
267
arch: x86_64
268
action: test
269
targets: -//test/fuzz/...
270
+ - name: 'Wasmtime on Windows/x86_64'
271
+ engine: 'wasmtime'
272
+ repo: 'com_github_bytecodealliance_wasmtime'
273
+ os: windows-2019
274
+ arch: x86_64
275
+ action: test
276
+ targets: -//test/fuzz/...
277
- name: 'WAVM on Linux/x86_64'
278
engine: 'wavm'
279
repo: 'com_github_wavm_wavm'
0 commit comments