mdn
mdn copied to clipboard
Add support for WebAssembly ESM Integration
Proposal
The WebAssembly ESM Integration proposal recently moved to Phase 3 implementation status, allowing WebAssembly modules to be imported in the JS module system. In addition, with the new source phase imports syntax allows importing WebAssembly modules in their uninstantiated phase for multi-instantiation providing a more streamlined loading experience for WebAssembly.
Browser support
Under development in V8 and Chromium.
Tasks
- [ ] Add a new WebAssembly
sourcephase row to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules - [ ] Update https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running to note the new loading mechanism for WebAssembly
Dependencies
- [ ] HTML PR https://github.com/whatwg/html/pull/10380
Additional information
No response
Are you willing to support this work?
Yes