# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/librewolf/no-jit.diff # Copyright (C) 2022 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- firefox-99.0.1/js/moz.configure.vanilla 2022-06-14 17:33:22.592134685 +0200 +++ firefox-99.0.1/js/moz.configure 2022-06-14 17:41:11.544106733 +0200 @@ -1257,8 +1257,8 @@ @depends("--enable-simulator", target) def wasm_has_heapreg(simulator, target): - if target.cpu != "x86": - return True + #if target.cpu != "x86": + return True if simulator and simulator[0] == "arm": return True