1
Fork 0

Allow wasmparser dependency

This commit is contained in:
bjorn3 2021-03-29 13:22:35 +02:00
parent f5d388302b
commit 3ae15ca04f

View file

@ -42,6 +42,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
("snap", "BSD-3-Clause"), // rustc
// FIXME: this dependency violates the documentation comment above:
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc
];
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@ -222,6 +223,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"vcpkg",
"version_check",
"wasi",
"wasmparser",
"winapi",
"winapi-build",
"winapi-i686-pc-windows-gnu",