File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,13 @@ jobs:
193
193
os : macos-13
194
194
arch : x86_64
195
195
action : test
196
+ - name : ' WAMR interp on Windows/x86_64'
197
+ engine : ' wamr-interp'
198
+ repo : ' com_github_bytecodealliance_wasm_micro_runtime'
199
+ os : windows-2019
200
+ arch : x86_64
201
+ action : test
202
+ targets : -//test/fuzz/...
196
203
- name : ' WAMR jit on Linux/x86_64'
197
204
engine : ' wamr-jit'
198
205
repo : ' com_github_bytecodealliance_wasm_micro_runtime'
@@ -209,6 +216,13 @@ jobs:
209
216
arch : x86_64
210
217
action : test
211
218
cache : true
219
+ - name : ' WAMR jit on Windows/x86_64'
220
+ engine : ' wamr-jit'
221
+ repo : ' com_github_bytecodealliance_wasm_micro_runtime'
222
+ os : windows-2019
223
+ arch : x86_64
224
+ action : test
225
+ targets : -//test/fuzz/...
212
226
- name : ' WasmEdge on Linux/x86_64'
213
227
engine : ' wasmedge'
214
228
repo : ' com_github_wasmedge_wasmedge'
@@ -260,13 +274,6 @@ jobs:
260
274
os : macos-13
261
275
arch : x86_64
262
276
action : test
263
- - name : ' WAMR on Windows/x86_64'
264
- engine : ' wamr'
265
- repo : ' com_github_bytecodealliance_wasm_micro_runtime'
266
- os : windows-2019
267
- arch : x86_64
268
- action : test
269
- targets : -//test/fuzz/...
270
277
- name : ' Wasmtime on Windows/x86_64'
271
278
engine : ' wasmtime'
272
279
repo : ' com_github_bytecodealliance_wasmtime'
You can’t perform that action at this time.
0 commit comments