tor-browser

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

regress-1631423.js (331B)


      1 wasmEvalText(`
      2    (module
      3      (func $main (export "main")
      4        (local i32)
      5        i32.const 1
      6        i32.const 2
      7        i32.const 3
      8        (loop (param i32 i32 i32)
      9          local.get 0
     10          i32.const 4
     11          i32.const 5
     12          i32.const 6
     13          i32.const 7
     14          br_if 0
     15          unreachable)))`);