From 4681e18ee0e17b9b1bc0dd572b14b4bc936c2a4a Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 4 Feb 2021 14:58:44 -0800 Subject: [PATCH] will this fix it? --- crates/wasi-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index 4a548cec5f..426d710468 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md" edition = "2018" -include = ["src/**/*", "WASI/phases", "LICENSE", "build.rs"] +include = ["src/**/*", "WASI/phases/**/*", "LICENSE", "build.rs"] build = "build.rs" # This doesn't actually link to a native library, but it allows us to set env