Don't publish misc_testsuite/*.wasm.

This commit is contained in:
Dan Gohman
2019-08-20 16:43:13 -07:00
parent eb90f76b42
commit d7883dd60a

View File

@@ -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" }