tor-browser

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

block-subtyping.js (207B)


      1 // Subtyping should be used when an if-else has no else.
      2 wasmEvalText(`(module
      3  (func (param structref) (result anyref)
      4    local.get 0
      5    i32.const 0
      6    if (param structref) (result anyref) end
      7  )
      8 )`);