diff --git a/Cargo.toml b/Cargo.toml index 450ce4f78a..cab65408c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = [ edition = "2018" license = "Apache-2.0 WITH LLVM-exception" description = "WASI implementation in Rust" +exclude = ["misc_testsuite/*.wasm"] [dependencies] wasi-common-cbindgen = { path = "wasi-common-cbindgen" }