mdn icon indicating copy to clipboard operation
mdn copied to clipboard

Add support for WebAssembly ESM Integration

Open guybedford opened this issue 1 year ago • 0 comments

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 source phase 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

guybedford avatar May 30 '24 17:05 guybedford