tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

requires-armv7.js (258B)


      1 // |jit-test| skip-if: !getBuildConfiguration("arm"); --arm-hwcap=vfp
      2 
      3 // Wasm should be unavailable in this configuration: floating point without
      4 // armv7, and armv7 is required for atomics and unaligned accesses.
      5 assertEq(typeof WebAssembly, "undefined");