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 05d0f8c commit 37bd6dfCopy full SHA for 37bd6df
ChangeLog.md
@@ -17,6 +17,10 @@ See docs/process.md for how version tagging works.
17
18
Current Trunk
19
-------------
20
+- Reduced program main thread stack size from 5MB to 512KB
21
+ (-s TOTAL_STACK=512KB) to save WebAssembly heap memory by default.
22
+- Reduced default pthread stack size attribute from 2MB to 512KB
23
+ (-s DEFAULT_PTHREAD_STACK_SIZE=512KB) to save memory by default.
24
- All ports now install their headers into a shared directory under
25
`EM_CACHE`. This should not really be a user visible change although one
26
side effect is that once a give ports is built its headers are then
0 commit comments