tor-browser

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

regress-1830975.js (202B)


      1 const { test } = wasmEvalText(`
      2  (module
      3    (type $f (func (result i32)))
      4    (func (export "test") (type $f)
      5      ref.null $f
      6      ref.test (ref null $f)
      7    )
      8  )
      9 `).exports;
     10 assertEq(test(), 1);