tor-browser

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

bug1590920.js (320B)


      1 let { exports } = new WebAssembly.Instance(new WebAssembly.Module(
      2    wasmTextToBinary(`
      3      (module
      4        (func (export "g")
      5          (drop
      6            (block (result i32)
      7              (i32.clz (i32.const 1))
      8              (if
      9                (i32.const 1)
     10                (then (return)))))))`)));
     11 exports.g();