Skip to content

Commit 8bb732b

Browse files
committed
Feedback from #26560
1 parent 309b999 commit 8bb732b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ See docs/process.md for more on how version tagging works.
2323
- C++ exceptions are now always thrown as CppException objects rather than raw
2424
pointers/numbers. However, the `.message` and `.stack` fields of the thrown
2525
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)
26+
- `emcmake` no longer automatically injects `--experimental-wasm-threads` and
27+
`--experimental-wasm-bulk-memory` flags when used with versions of node older
28+
than v16. (#26560)
2829

2930
5.0.4 - 03/23/26
3031
----------------

0 commit comments

Comments
 (0)