tor-browser

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

bug-1970713.js (206B)


      1 wasmEvalText(`(module
      2  (type $a (struct (field anyref)))
      3  (type $b (struct (field externref)))
      4 
      5  (func
      6    ref.null $a
      7    struct.get $a 0
      8    drop
      9 
     10    ref.null $b
     11    struct.get $b 0
     12    drop
     13  )
     14 )`);