WebAssembly, and in particular the baselinejit, seems to have a heavy
memory footprint, which can cause the browser to crash on lower memory
devices (approx 2Gb or lower).
This change automatically disables wasm_baselinejit on devices with less
than 2.5Gb of RAM.
WebAssembly, and in particular the baselinejit, seems to have a heavy memory footprint, which can cause the browser to crash on lower memory devices (approx 2Gb or lower).
This change automatically disables wasm_baselinejit on devices with less than 2.5Gb of RAM.