File tree 2 files changed +19
-5
lines changed
2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -260,15 +260,29 @@ 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'
266
+ os : windows-2019
267
+ arch : x86_64
268
+ action : test
269
+ targets : -//test/fuzz/...
263
270
- name : ' WAVM on Windows/x86_64'
264
271
engine : ' wavm'
265
272
repo : ' com_github_wavm_wavm'
266
273
os : windows-2019
267
274
arch : x86_64
268
275
action : test
269
276
targets : -//test/fuzz/...
270
- - name : ' WAMR on Windows/x86_64'
271
- engine : ' wamr'
277
+ - name : ' WAMR JIT on Windows/x86_64'
278
+ engine : ' wamr-jit'
279
+ repo : ' com_github_bytecodealliance_wasm_micro_runtime'
280
+ os : windows-2019
281
+ arch : x86_64
282
+ action : test
283
+ targets : -//test/fuzz/...
284
+ - name : ' WAMR Interp on Windows/x86_64'
285
+ engine : ' wamr-interp'
272
286
repo : ' com_github_bytecodealliance_wasm_micro_runtime'
273
287
os : windows-2019
274
288
arch : x86_64
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ def proxy_wasm_cpp_host_repositories():
69
69
maybe (
70
70
http_archive ,
71
71
name = "rules_foreign_cc" ,
72
- sha256 = "bcd0c5f46a49b85b384906daae41d277b3dc0ff27c7c752cc51e43048a58ec83 " ,
73
- strip_prefix = "rules_foreign_cc-0.7.1 " ,
74
- url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.1 .tar.gz" ,
72
+ sha256 = "a2e6fb56e649c1ee79703e99aa0c9d13c6cc53c8d7a0cbb8797ab2888bbc99a3 " ,
73
+ strip_prefix = "rules_foreign_cc-0.12.0 " ,
74
+ url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.12.0 .tar.gz" ,
75
75
)
76
76
77
77
maybe (
You can’t perform that action at this time.
0 commit comments