forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| examples | ||
| loader | ||
| public | ||
| src | ||
| xpconnect | ||
| app.mozbuild | ||
| ffi.configure | ||
| moz.build | ||
| moz.configure | ||
| sub.configure | ||