mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #3049 - Enable loongarch64 wasm runtime and Ion patching
This commit is contained in:
parent
683173c33b
commit
f796b3f7f1
9 changed files with 63 additions and 27 deletions
|
|
@ -295,9 +295,8 @@ LoadContextOptions(const char* aPrefName, void* /* aClosure */)
|
|||
bool useIon = GetWorkerPref<bool>(NS_LITERAL_CSTRING("ion"));
|
||||
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
// asm.js and wasm are still disabled on loongarch64 workers.
|
||||
// asm.js is still disabled on loongarch64 workers.
|
||||
useAsmJS = false;
|
||||
useWasm = false;
|
||||
#endif
|
||||
|
||||
bool useNativeRegExp = GetWorkerPref<bool>(NS_LITERAL_CSTRING("native_regexp"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue