diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /config/external/wasm2c_sandbox_compiler/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config/external/wasm2c_sandbox_compiler/moz.yaml')
-rw-r--r-- | config/external/wasm2c_sandbox_compiler/moz.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config/external/wasm2c_sandbox_compiler/moz.yaml b/config/external/wasm2c_sandbox_compiler/moz.yaml new file mode 100644 index 0000000000..50d576ebdf --- /dev/null +++ b/config/external/wasm2c_sandbox_compiler/moz.yaml @@ -0,0 +1,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 |