tor-browser

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

script-src-unsafe-eval-allows-wasm.any.js (149B)


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