Open
Bug 1899832
(wasm-esm-integration)
Opened 2 years ago
Updated 28 days ago
Add support for WebAssembly ESM Integration
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Tracking
()
NEW
People
(Reporter: guybedford, Unassigned)
References
(Depends on 5 open bugs, Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
Steps to reproduce:
The Wasm ESM Integration proposal is finally at Phase 3 with web platform tests available (https://github.com/webassembly/esm-integration).
The proposal supports both direct imports to Wasm as well as the new source phase imports proposal. See https://github.com/tc39/proposal-source-phase-imports for more information, which requires Spidermonkey implementation work to support.
Updated•1 year ago
|
Updated•11 months ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•11 months ago
|
||
Let's split off source phase imports into their own bug.
Depends on: 1943933
Summary: Add support for WebAssembly ESM Integration, including source phase imports → Add support for WebAssembly ESM Integration
Updated•11 months ago
|
Updated•11 months ago
|
Alias: wasm-esm-integration
Updated•7 months ago
|
See Also: → wasm-compact-imports
You need to log in
before you can comment on or make changes to this bug.
Description
•