tor-browser

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

requires-floatingpoint.js (199B)


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