Skip to content

Commit

Permalink
Fix strict mode with 3.1.46. Closes #3533
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 18, 2023
1 parent eaf2245 commit 4463c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emscripten/buildToolkit
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if ($wasmQ) {
$LFLAGS .= " -s INITIAL_MEMORY=512MB";
$LFLAGS .= " -s STACK_SIZE=256MB";
$LFLAGS .= " -s SINGLE_FILE=1";
$LFLAGS .= " -s INCOMING_MODULE_JS_API=onRuntimeInitialized";
$FLAGS_NAME = "-wasm";
}

Expand Down

0 comments on commit 4463c69

Please sign in to comment.