1 2 3 4
fn main() { let wasi_root = std::env::var("DEP_WASI_COMMON_19_WASI").unwrap(); println!("cargo:rustc-env=WASI_ROOT={}", wasi_root); }