Skip to content

Commit 81544d9

Browse files
authored
Add CI testing for -O3 + memory growth + wasm2js, which should pass after WebAssembly/binaryen#3113 (#12172)
1 parent 019805b commit 81544d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ jobs:
382382
executor: bionic
383383
steps:
384384
- run-tests:
385-
# TODO: test wasms
386-
test_targets: "wasm3"
385+
# also add a little select testing for wasm2js in -O3
386+
test_targets: "wasm3 wasm2js3.test_memorygrowth_2"
387387
test-wasm2js1:
388388
executor: bionic
389389
steps:

0 commit comments

Comments
 (0)