49 lines
990 B
YAML
49 lines
990 B
YAML
schema: 1
|
|
|
|
bugzilla:
|
|
product: Core
|
|
component: "General"
|
|
|
|
origin:
|
|
name: wasm2c_sandbox_compiler
|
|
description: wasm2c fork used for rlbox sandboxing
|
|
url: https://github.com/WebAssembly/wabt
|
|
|
|
release: 94c25a93c5ee81939bd1acfee06808f6745883ce (2024-11-11T23:21:55Z).
|
|
revision: 94c25a93c5ee81939bd1acfee06808f6745883ce
|
|
|
|
license: Apache-2.0
|
|
license-file: LICENSE
|
|
|
|
vendoring:
|
|
url: https://github.com/WebAssembly/wabt
|
|
source-hosting: github
|
|
vendor-directory: third_party/wasm2c
|
|
exclude:
|
|
# dirs
|
|
- cmake
|
|
- docs
|
|
- fuzz-in
|
|
- include/wabt/interp
|
|
- man
|
|
- scripts
|
|
- src/interp
|
|
- src/template
|
|
- test
|
|
- third_party
|
|
- wasm2c/benchmarks
|
|
- wasm2c/examples
|
|
# files
|
|
- .*
|
|
- CMakeLists.txt
|
|
- Contributing.md
|
|
- Makefile
|
|
- README.md
|
|
- SECURITY.md
|
|
- ubsan.blacklist
|
|
- src/tools/s*
|
|
- src/tools/wasm-*
|
|
- src/tools/wast*
|
|
- src/tools/wat*
|
|
- src/tools/wasm2w*
|
|
- wasm2c/wasm-rt-exceptions*
|