tor-browser

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

bug1708124.js (191B)


      1 // Ensure that trap reporting mechanism doesn't crash under OOM conditions.
      2 
      3 oomTest(
      4  wasmEvalText(
      5    `(module
      6       (func (export "f") (result)
      7         unreachable))`
      8  ).exports.f
      9 );