Source phase
imports update
Luca Casonato - Jul 2024 TC39 meeting
Wasm imports
or��import source mod from "./fibonacci.wasm";�// You can pass options to the constructor below.�const instance = new WebAssembly.Instance(mod);�const { fib } = instance.exports;
Wasm imports are now approved by WasmCG
Wasm imports reached Stage 3 of the WebAssembly process on 2024-04-09
HTML integration
HTML integration is complete, and LGTM from Gecko and WebKit.
Just waiting on a final approval from V8/Chromium: https://github.com/whatwg/html/pull/10380
Hopefully shipping soon!
Questions?