tor-browser

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

startfunc-in-table.js (111B)


      1 wasmEvalText(`(module
      2    (func)
      3    (start 0)
      4    (table $0 1 funcref)
      5    (elem 0 (i32.const 0) func 0)
      6 )`);