Skip to content

Commit aa12f3a

Browse files
committed
Add wasmtime bacl
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 90cafe4 commit aa12f3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,13 @@ jobs:
267267
arch: x86_64
268268
action: test
269269
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/...
270277
- name: 'WAVM on Linux/x86_64'
271278
engine: 'wavm'
272279
repo: 'com_github_wavm_wavm'

0 commit comments

Comments
 (0)