tor-browser

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

ub-san-interp-entry.js (143B)


      1 var { table } = wasmEvalText(`
      2  (module (func $add) (table (export "table") 10 funcref) (elem (i32.const 0) $add))
      3 `).exports
      4 table.get(0)();