Skip to content

Commit

Permalink
supress BINARYEN_TRAP_MODE is not supported by the LLVM wasm backend …
Browse files Browse the repository at this point in the history
…warning.
  • Loading branch information
mbbill committed May 20, 2020
1 parent ef64b96 commit 92232f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ config("executable_ldconfig") {
"-s", "NO_EXIT_RUNTIME=1",
"-s", "EXPORTED_FUNCTIONS=['_jsc_eval', '_jsc_compile', '_jsc_eval_bytecode']",
"-s", "EXTRA_EXPORTED_RUNTIME_METHODS=['cwrap']",
"-s", "BINARYEN_TRAP_MODE='clamp'",
#"-s", "BINARYEN_TRAP_MODE='clamp'",
"-s", "ALLOW_MEMORY_GROWTH=1",
#"-s", "USE_PTHREADS=1",
]
Expand Down

0 comments on commit 92232f3

Please sign in to comment.