tor-browser

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

create-empty-wasm-module.js (143B)


      1 function createEmptyWasmModule() {
      2  return new WebAssembly.Module(
      3      new Uint8Array([0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00]));
      4 }