* Wasmtime 0.15.0 and Cranelift 0.62.0. (#1398) * Bump more ad-hoc versions. * Add build.rs to wasi-common's Cargo.toml. * Update the env var name in more places. * Remove a redundant echo.
5 lines
142 B
Rust
5 lines
142 B
Rust
fn main() {
|
|
let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();
|
|
println!("cargo:rustc-env=WASI_ROOT={}", wasi_root);
|
|
}
|