tor-browser

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

shift-counts.js (205B)


      1 // Bug 1280926, extracted from binary
      2 
      3 wasmEvalText(
      4 `(module
      5  (type $type0 (func (result i32)))
      6  (export "" (func $func0))
      7  (func $func0 (result i32)
      8   (i32.shr_s (i32.const -40) (i32.const 34))))`);