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 a17b73d commit 149cfc6Copy full SHA for 149cfc6
build.rs
@@ -152,7 +152,7 @@ fn main() {
152
build.compiler(format!("{wasi_sdk}/bin/clang++"));
153
let wasi_sysroot_lib = match compile_target_feature {
154
Ok(compile_target_feature) if compile_target_feature.contains("atomics") => {
155
- "wasm32-wasi-threads"
+ "wasm32-wasip1-threads"
156
}
157
_ => "wasm32-wasip1",
158
};
0 commit comments