Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/core/build.rs
3070 views
1
fn main() {
2
println!("cargo:rerun-if-changed=build.rs");
3
println!("cargo:rustc-check-cfg=cfg(arc_try_new)");
4
}
5
6