What's Changed
- The SDL3 port is no longer considered experimental, and the compiler
diagnostic warning has been removed. (#27646) WASM=0andWASM=2(wasm2js) were marked as deprecated. (See #27608)- mimalloc was updated to 3.5.1. (#27662)
-sWASM_BINDGENsupports emcc usage as a post-link step, where
EXPORTED_FUNCTIONSis authoritative. wasm-bindgen processing is only
performed when the linker inputs carry the wasm-bindgen Emscripten marker
section, so-sWASM_BINDGENcan safely be passed to non-wasm-bindgen builds.
(#27208)- Embind
value_objectandvalue_arrayargument temporaries for trivially
constructible/destructible types (up toalignof16) are now placed on the
wasm stack instead of being heap-allocated per call, and per-field destructor
bookkeeping is skipped when the type registers no destructor. This removes
the per-call garbage on such calls. The registration ABI gained size and
triviality parameters, so object files built against an olderbind.hneed
to be rebuilt. (#27610) emscripten_clear_timeoutnow releases the runtime keepalive held by the
pending timeout, and bothemscripten_clear_timeoutand
emscripten_clear_immediateare no-ops for ids that already fired. (#27720)- The
NODE_CODE_CACHINGsetting was removed, as node's support for
serializing WebAssembly modules has been missing for over 5 years now.
Contributors
Thanks to the following contributors: @sbc100 (46) @guybedford (9) @aheejin (4) @dschuff (4) @dimokol (2) @kleisauke (2) @brendandahl (1) @jeremy-code (1) @jrcain-usgs (1) @Kammu2000 (1) @kripken (1) @mrnickzh (1) @tlively (1)
New Contributors
- @mrnickzh made their first contribution in #26886
- @Kammu2000 made their first contribution in #27671
- @jrcain-usgs made their first contribution in #27691
- @dimokol made their first contribution in #27610
Full Changelog: 6.0.9...6.0.10