tor-browser

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

regress-1884887.js (364B)


      1 let bytes = wasmTextToBinary(`(module
      2  (type $t0 (sub (func)))
      3  (rec
      4    (type $t1 (array i8))
      5    (type $t2 (sub (struct)))
      6    (type $t3 (sub $t0 (func)))
      7  )
      8  (global $g0 (export "0") (ref null $t0) ref.null $t3)
      9  (global $g1 (export "1") (mut (ref null $t0)) ref.null $t3)
     10 )`);
     11 module = new WebAssembly.Module(bytes);
     12 new WebAssembly.Instance(module, {});