tor-browser

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

oom-wasmtexttobinary-block.js (123B)


      1 try {
      2    oomTest((function () {
      3        wasmTextToBinary("(module(func(loop $label1 $label0)))");
      4    }));
      5 } catch(e) { }