Skip to content

Commit 41168dd

Browse files
committed
Update WABT to version 1.0.37.
1 parent 90acaae commit 41168dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/common.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ local common_json = import "../common.json";
316316

317317
wasm:: {
318318
downloads+: {
319-
WABT_DIR: {name: 'wabt', version: '1.0.36', platformspecific: true},
319+
WABT_DIR: {name: 'wabt', version: '1.0.37', platformspecific: true},
320320
},
321321
environment+: {
322322
WABT_DIR: '$WABT_DIR/bin',
@@ -325,7 +325,7 @@ local common_json = import "../common.json";
325325

326326
wasm_ol8:: {
327327
downloads+: {
328-
WABT_DIR: {name: 'wabt', version: '1.0.36-ol8', platformspecific: true},
328+
WABT_DIR: {name: 'wabt', version: '1.0.37-ol8', platformspecific: true},
329329
},
330330
environment+: {
331331
WABT_DIR: '$WABT_DIR/bin',

0 commit comments

Comments
 (0)