tor-browser

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

bug1311019.js (226B)


      1 new WebAssembly.Module(wasmTextToBinary(`(module
      2    (memory 1)
      3    (func
      4        (i64.trunc_f32_s (f32.const 6.96875))
      5        (i32.load8_s (i32.const 0))
      6        (f32.const -7.66028056e-31)
      7        (unreachable)
      8    )
      9 )`));