tor-browser

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

bug-1843295.js (232B)


      1 // |jit-test| --setpref=wasm_test_serialization=true
      2 
      3 wasmEvalText(`(module
      4  (type (sub (array (mut i32))))
      5  (type (sub 0 (array (mut i32))))
      6  (rec
      7    (type (sub (array (mut i32))))
      8    (type (sub 2 (array (mut i32))))
      9  )
     10 )`);