wasmtime-internal-core 42.0.1

INTERNAL: Wasmtime's core utilities and helpers with minimal dependencies
Documentation
1
2
3
4
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    println!("cargo:rustc-check-cfg=cfg(arc_try_new)");
}