We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518429f commit 3df1fa2Copy full SHA for 3df1fa2
1 file changed
Makefile
@@ -1079,6 +1079,7 @@ ifeq ($(PLATFORM),js)
1079
-s INVOKE_RUN=0 \
1080
-s RESERVED_FUNCTION_POINTERS=1 \
1081
-s SINGLE_FILE=1 \
1082
+ -s SOCKET_WEBTRANSPORT=1 \
1083
-s STACK_SIZE=1048576 \
1084
-s INITIAL_HEAP=234881024 \
1085
-s EXIT_RUNTIME=1 \
@@ -1100,6 +1101,7 @@ ifeq ($(PLATFORM),js)
1100
1101
1102
1103
1104
1105
-s WASM_ASYNC_COMPILATION=0 \
1106
1107
0 commit comments