Open
Bug 1998240
Opened 5 months ago
Updated 11 days ago
ESM: Support caching wasm modules
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, there's a cache for JavaScript modules and a separate cache for wasm modules. For wasm/esm, we probably want wasm modules to participate in the same caching system as regular JavaScript modules.
Updated•5 months ago
|
Severity: -- → N/A
Updated•5 months ago
|
Priority: -- → P2
| Reporter | ||
Comment 1•11 days ago
|
||
Speaking with Ryan, it sounds like we've disabled the wasm module cache, but we should still figure out how to make wasm modules work well with the existing ESM module cache.
You need to log in
before you can comment on or make changes to this bug.
Description
•