tor-browser

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

script-src-blocks-wasm.any.js (215B)


      1 // META: global=window,worker
      2 
      3 promise_test(t => {
      4  return promise_rejects_js(
      5      t, WebAssembly.CompileError,
      6      WebAssembly.instantiate(
      7          new Uint8Array([0, 0x61, 0x73, 0x6d, 0x1, 0, 0, 0])));
      8 });