We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309b999 commit 8bb732bCopy full SHA for 8bb732b
1 file changed
ChangeLog.md
@@ -23,8 +23,9 @@ See docs/process.md for more on how version tagging works.
23
- C++ exceptions are now always thrown as CppException objects rather than raw
24
pointers/numbers. However, the `.message` and `.stack` fields of the thrown
25
object will only be populated if `-sEXCEPTION_STACK_TRACES` is set. (#26523)
26
-- `emcmake` no longer automatically injects `--experimental-wasm-threads` nodejs
27
- flags when used with versions of node older than v16. (#26560)
+- `emcmake` no longer automatically injects `--experimental-wasm-threads` and
+ `--experimental-wasm-bulk-memory` flags when used with versions of node older
28
+ than v16. (#26560)
29
30
5.0.4 - 03/23/26
31
----------------
0 commit comments