tor-browser

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

bug1922861.js (201B)


      1 oomTest(() => {
      2  let binary = wasmTextToBinary("(elem $e func 4)(func)(func)(func)(func)(func)");
      3  let module = new WebAssembly.Module(binary);
      4  let instance = new WebAssembly.Instance(module);
      5 });