Sha256: 0067e626dfcf105d55adda251ed37b72dd4797c764dc8bf08511d847fc7a4a7a

Contents?: true

Size: 176 Bytes

Versions: 24

Compression:

Stored size: 176 Bytes

Contents

fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    let out_dir = std::env::var("OUT_DIR").unwrap();
    println!("cargo:rustc-env=DEBUG_OUTPUT_DIR={out_dir}");
}

Version data entries

24 entries across 14 versions & 1 rubygems

Version Path
wasmtime-21.0.1 ./ext/cargo-vendor/wasmtime-component-macro-21.0.1/build.rs
wasmtime-20.0.2 ./ext/cargo-vendor/wasmtime-component-macro-20.0.2/build.rs
wasmtime-20.0.0 ./ext/cargo-vendor/wasmtime-component-macro-20.0.0/build.rs
wasmtime-18.0.3 ./ext/cargo-vendor/wasmtime-component-macro-18.0.3/build.rs