tor-browser

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

moz.yaml (990B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "General"
      6 
      7 origin:
      8  name: wasm2c_sandbox_compiler
      9  description: wasm2c fork used for rlbox sandboxing
     10  url: https://github.com/WebAssembly/wabt
     11 
     12  release: 94c25a93c5ee81939bd1acfee06808f6745883ce (2024-11-11T23:21:55Z).
     13  revision: 94c25a93c5ee81939bd1acfee06808f6745883ce
     14 
     15  license: Apache-2.0
     16  license-file: LICENSE
     17 
     18 vendoring:
     19  url: https://github.com/WebAssembly/wabt
     20  source-hosting: github
     21  vendor-directory: third_party/wasm2c
     22  exclude:
     23    # dirs
     24    - cmake
     25    - docs
     26    - fuzz-in
     27    - include/wabt/interp
     28    - man
     29    - scripts
     30    - src/interp
     31    - src/template
     32    - test
     33    - third_party
     34    - wasm2c/benchmarks
     35    - wasm2c/examples
     36    # files
     37    - .*
     38    - CMakeLists.txt
     39    - Contributing.md
     40    - Makefile
     41    - README.md
     42    - SECURITY.md
     43    - ubsan.blacklist
     44    - src/tools/s*
     45    - src/tools/wasm-*
     46    - src/tools/wast*
     47    - src/tools/wat*
     48    - src/tools/wasm2w*
     49    - wasm2c/wasm-rt-exceptions*