fune/js
Ted Campbell b335fe474d Bug 1805856 - Use default WASM compile options for legacy asm.js. r=rhunt
In order to decouple the JS Parser from the JSContext, we want to avoid reading
the WASM feature flags during asm.js compile. Fortunately, asm.js doesn't use
new WASM features or the WASM debugger mechanism, so we can add a new constructor
for wasm::CompileArgs to computes the fixed options for asm.js without needing
a JSContext argument.

Differential Revision: https://phabricator.services.mozilla.com/D165226
2022-12-21 20:26:22 +00:00
..
examples
loader Bug 1806872 - Correct QueryInterface implementation of ScriptLoadRequest and LoadContextBase. r=mccr8 2022-12-21 18:09:35 +00:00
public Bug 1703508 part 1 - Remove pref for large ArrayBuffers. r=rhunt 2022-12-21 09:25:23 +00:00
src Bug 1805856 - Use default WASM compile options for legacy asm.js. r=rhunt 2022-12-21 20:26:22 +00:00
xpconnect Bug 1805492 - Avoid firing WebExtension content script error on the content window. r=evilpie 2022-12-21 17:35:51 +00:00
app.mozbuild
ffi.configure Backed out changeset 028a7f4e4b32 (bug 1776255) for causing Linux artifact builds bustages on central CLOSED TREE 2022-11-26 17:13:36 -05:00
moz.build
moz.configure Bug 1804605 - Move JS_DEBUG to python configure. r=firefox-build-system-reviewers,nalexander 2022-12-12 21:43:51 +00:00
sub.configure