blob: cbc6938025b399cf2e4b1d66e6a936f2b32c10d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
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: 963f973469b45969ce198e0c86d3af316790a780 (2023-05-12T21:56:46Z).
revision: 963f973469b45969ce198e0c86d3af316790a780
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/examples
# files
- .*
- CMakeLists.txt
- Contributing.md
- Makefile
- README.md
- ubsan.blacklist
- src/tools/s*
- src/tools/wasm-*
- src/tools/wast*
- src/tools/wat*
- src/tools/wasm2w*
- wasm2c/wasm-rt-exceptions*
|