tor-browser

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

bug1959720.js (303B)


      1 new WebAssembly.Module(wasmTextToBinary(`(module
      2  (global $g (export "g") (mut funcref) ref.null func)
      3  (func
      4    global.get $g
      5    global.set $g
      6  )
      7 )`));
      8 new WebAssembly.Module(wasmTextToBinary(`(module
      9  (global $g (mut funcref) ref.null func)
     10  (func
     11    global.get $g
     12    global.set $g
     13  )
     14 )`));