We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ed8ec commit 2426f2bCopy full SHA for 2426f2b
.github/workflows/rust.yml
@@ -18,11 +18,11 @@ on:
18
19
pull_request:
20
branches:
21
- - master
+ - main
22
23
push:
24
25
26
27
schedule:
28
- cron: '0 0 * * *'
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");
+ println!("cargo:rustc-check-cfg=cfg(wasi_exec_model_reactor)");
if let Some(target_os) = std::env::var_os("CARGO_CFG_TARGET_OS") {
if target_os != "wasi" {
0 commit comments