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 c8ca492 commit bd5dc33Copy full SHA for bd5dc33
src/coreclr/hosts/corerun/CMakeLists.txt
@@ -76,6 +76,8 @@ else()
76
-fwasm-exceptions
77
-sEXIT_RUNTIME=1
78
-sINITIAL_MEMORY=134217728
79
+ -sMAXIMUM_MEMORY=2147483648
80
+ -sALLOW_MEMORY_GROWTH=1
81
-sSTACK_SIZE=5MB
82
-sENVIRONMENT=node,shell,web
83
-Wl,-error-limit=0)
src/native/corehost/browserhost/CMakeLists.txt
@@ -107,7 +107,6 @@ target_link_options(browserhost PRIVATE
107
108
-sMAXIMUM_MEMORY=2147483648
109
-sALLOW_MEMORY_GROWTH=1
110
- -sALLOW_TABLE_GROWTH=1
111
112
-sMODULARIZE=1
113
-sEXPORT_ES6=1
0 commit comments