Issue #3049 - Enable loongarch64 wasm runtime and Ion patching

This commit is contained in:
Basilisk-Dev 2026-04-24 16:22:59 -04:00 committed by wuggy
commit f796b3f7f1
9 changed files with 63 additions and 27 deletions

View file

@ -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"));