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 14193a0 commit 33c9d64Copy full SHA for 33c9d64
ChangeLog.md
@@ -23,6 +23,8 @@ See docs/process.md for more on how version tagging works.
23
- Added experimental support for Wasm ESM integration with
24
`-sWASM_ESM_INTEGRATION`. This is currently only supported in node behind a
25
flag and not in any browsers. (#23985)
26
+- Runtime callbacks are now enqueued and executed FIFO (historically was LIFO),
27
+ which matches the behavior of compile-time callbacks. (#24012)
28
29
4.0.6 - 03/26/25
30
----------------
0 commit comments