tor-browser

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

bug1957545.js (108B)


      1 function f() {
      2  WebAssembly.instantiate(wasmTextToBinary("(func)")).catch(e => {});
      3  oomTest(f);
      4 }
      5 f();