tor-browser

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

bug1906013.js (118B)


      1 (function (stdlib, foreign, heap) {
      2  "use asm";
      3  function f() {
      4    return 0;
      5    return ~~1.1;
      6  }
      7  return f;
      8 });