tor-browser

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

bug-1797685.js (157B)


      1 assertErrorMessage(() => wasmEvalText(`(module
      2  (func)
      3  (func
      4    try
      5      call 0
      6    delegate 4294967295
      7  )
      8 )`), WebAssembly.CompileError, /delegate/);