We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70914a7 commit 89b48bdCopy full SHA for 89b48bd
build.rs
@@ -15,6 +15,7 @@
15
fn main() {
16
println!("cargo:rerun-if-changed=build.rs");
17
println!("cargo:rerun-if-env-changed=RUSTFLAGS");
18
+ println!("cargo:rustc-check-cfg=cfg(wasi_exec_model_reactor)");
19
20
if let Some(target_os) = std::env::var_os("CARGO_CFG_TARGET_OS") {
21
if target_os != "wasi" {
0 commit comments