tor-browser

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

bug1977469.js (200B)


      1 const bin = wasmTextToBinary("(type $a (array (mut i32)))(func (param i32)(result eqref) local.get 0 array.new_default $a)");
      2 oomTest(() => new WebAssembly.Module(bin, {importedStringConstants: 0}));