Open
Bug 1983951
Opened 9 days ago
MaxMemory is too large
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Assigned: jpages)
Details
The maximum number of memories we support in a single module is 100_000. It looks like the spec actually only requires 100. We should adjust to the spec here [1].
[1] https://github.com/WebAssembly/spec/blob/wasm-3.0/document/js-api/index.bs#L1808
You need to log in
before you can comment on or make changes to this bug.
Description
•