Skip to content

Commit 426dde4

Browse files
committed
fix tests
1 parent db03cb3 commit 426dde4

File tree

2 files changed

+196
-192
lines changed

2 files changed

+196
-192
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if(EMSCRIPTEN)
7070
PUBLIC "SHELL: -fwasm-exceptions"
7171
PUBLIC "SHELL: -s MAIN_MODULE=1"
7272
PUBLIC "SHELL: -s WASM_BIGINT"
73-
PUBLIC "SHELL: -s ASSERTIONS=1"
73+
PUBLIC "SHELL: -s ASSERTIONS=0"
7474
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
7575
PUBLIC "SHELL: -s STACK_SIZE=32mb"
7676
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"

0 commit comments

Comments
 (0)