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 c4574de commit 7c5d05eCopy full SHA for 7c5d05e
src/lib.rs
@@ -1736,6 +1736,8 @@ impl Build {
1736
}
1737
} else if target.contains("cloudabi") {
1738
format!("{}-{}", target, traditional)
1739
+ } else if target == "wasm32-unknown-wasi" {
1740
+ "clang".to_string()
1741
} else if self.get_host()? != target {
1742
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
1743
let cc_env = self.getenv("CROSS_COMPILE");
0 commit comments