tor-browser

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

WEB_FEATURES.yml (508B)


      1 features:
      2 - name: wasm-reference-types
      3  files:
      4  - "ref_func.wast.js.html"
      5  - "ref_is_null.wast.js.html"
      6  - "ref_null.wast.js.html"
      7  - "table_get.wast.js.html"
      8  - "table_set.wast.js.html"
      9 - name: wasm-tail-call-optimization
     10  files:
     11  - "return_call.wast.js.html"
     12  - "return_call_indirect.wast.js.html"
     13 - name: wasm-typed-fun-refs
     14  files:
     15  - "br_on_non_null.wast.js.html"
     16  - "br_on_null.wast.js.html"
     17  - "call_ref.wast.js.html"
     18  - "ref_as_non_null.wast.js.html"
     19  - "return_call_ref.wast.js.html"