What's Changed
- The
WASM_BINDGENsetting is now marked experimental, and enabling it
produces a compiler diagnostic warning, since the integration is still
evolving and subject to change. (#27616) - The
-sCROSS_ORIGIN_STORAGEcache-hit and cache-miss paths now use
WebAssembly.instantiateStreaming()(viaBlob.stream()and atee()'d
network body respectively), so enabling the flag no longer loses the
download/compile overlap of the standard streaming path. (#27609)
Contributors
Thanks to the following contributors: @sbc100 (17) @brendandahl (3) @guybedford (3) @tomayac (2) @dschuff (1)
Full Changelog: 6.0.8...6.0.9