We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ff5dc commit cec3fc6Copy full SHA for cec3fc6
Makefile
@@ -35,7 +35,8 @@ EMFLAGS = \
35
-s EXPORTED_FUNCTIONS=@src/exported_functions.json \
36
-s EXTRA_EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
37
-s SINGLE_FILE=0 \
38
- -s NODEJS_CATCH_EXIT=0
+ -s NODEJS_CATCH_EXIT=0 \
39
+ -s NODEJS_CATCH_REJECTION=0
40
41
EMFLAGS_ASM = \
42
-s WASM=0
0 commit comments