We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f7006 commit 6dc1750Copy full SHA for 6dc1750
crates/wasi/build.rs
@@ -1,4 +1,4 @@
1
fn main() {
2
- let wasi_root = std::env::var("DEP_WASI_COMMON_14_WASI").unwrap();
+ let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();
3
println!("cargo:rustc-env=WASI_ROOT={}", wasi_root);
4
}
0 commit comments