Closed
Bug 1928664
Opened 1 year ago
Closed 1 year ago
Remove feature flag for multi-memory
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
DUPLICATE
of bug 1967231
People
(Reporter: rhunt, Assigned: yulia)
References
Details
We shipped multi-memory in Feb 2024. We probably can remove the feature flags now.
| Reporter | ||
Comment 1•1 year ago
|
||
To do this we need to remove these three things:
- https://searchfox.org/mozilla-central/rev/b19c379ba7b6d4f25af090a66cec3facf8153ee3/modules/libpref/init/StaticPrefList.yaml#8550
- https://searchfox.org/mozilla-central/rev/b19c379ba7b6d4f25af090a66cec3facf8153ee3/js/public/WasmFeatures.h#128-136
- https://searchfox.org/mozilla-central/rev/b19c379ba7b6d4f25af090a66cec3facf8153ee3/js/moz.configure#1160-1177
Then we'll need to remove the ifdefs from our code wherever they are, and fix tests that use the wasmMultiMemoryEnabled() function [1]
[1] https://searchfox.org/mozilla-central/search?path=&q=wasmMultiMemoryEnabled
Assignee: nobody → ystartsev
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•