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 bb0293b commit 0d0c35bCopy full SHA for 0d0c35b
Makefile
@@ -53,7 +53,7 @@ EMFLAGS_COMMON = \
53
-s WASM=1 \
54
-s INVOKE_RUN \
55
-s ENVIRONMENT="web,worker" \
56
- -s TOTAL_STACK=512KB \
+ -s STACK_SIZE=512KB \
57
$(EMFLAGS_EXTRA)
58
59
EMFLAGS_DEBUG = \
0 commit comments