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.
2 parents c4425f9 + b8e751a commit 22544feCopy full SHA for 22544fe
build.rs
@@ -134,7 +134,7 @@ fn main() {
134
135
fn enable_use_proc_macro(target: &str) -> bool {
136
// wasm targets don't have the `proc_macro` crate, disable this feature.
137
- if target.contains("wasm32") {
+ if target.contains("wasm32") && target != "wasm32-unknown-emscripten" {
138
return false;
139
}
140
0 commit comments