summaryrefslogtreecommitdiffstats
path: root/config/external/wasm2c_sandbox_compiler/moz.yaml
blob: 50d576ebdf39f7acd760038d7a7d2a3dadda7d09 (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
48
49
50
schema: 1

bugzilla:
  product: Core
  component: "General"

origin:
  name: wasm2c_sandbox_compiler
  description: wasm2c fork used for rlbox sandboxing
  url: https://github.com/PLSysSec/wasm2c_sandbox_compiler

  release: 3266be52998117f47b490d026b02e4193d5d3338 (2022-11-24T04:56:29Z).
  revision: 3266be52998117f47b490d026b02e4193d5d3338

  license: Apache-2.0
  license-file: LICENSE

vendoring:
  url: https://github.com/PLSysSec/wasm2c_sandbox_compiler
  source-hosting: github
  vendor-directory: third_party/wasm2c

  # ideally we would have exclude *, and the explicitly include certain folders, but this does not work
  # so just explicitly exclude what we don't want for now
  exclude:
    # dirs
    - cmake
    - docs
    - fuzz-in
    - man
    - scripts
    - test
    - third_party
    - src/interp
    - wasm2c/examples
    # files
    - .clang-format
    - .flake8
    - .gitattributes
    - .gitignore
    - .gitmodules
    - .style.yapf
    - CMakeLists.txt
    - Contributing.md
    - Makefile
    - README.md
    - ubsan.blacklist
    - wasm2c/examples/hello/.gitignore
    - wasm2c/wasm-rt-runner.c
    - wasm2c/wasm-rt-static-runner.c