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 487aa05 commit a626d60Copy full SHA for a626d60
1 file changed
packages/cli/src/wasm_bindgen.rs
@@ -437,7 +437,7 @@ impl WasmBindgen {
437
} else if cfg!(all(target_os = "linux", target_arch = "x86_64")) {
438
"x86_64-unknown-linux-musl"
439
} else if cfg!(all(target_os = "linux", target_arch = "aarch64")) {
440
- "aarch64-unknown-linux-gnu"
+ "aarch64-unknown-linux-musl"
441
} else if cfg!(all(target_os = "macos", target_arch = "x86_64")) {
442
"x86_64-apple-darwin"
443
} else if cfg!(all(target_os = "macos", target_arch = "aarch64")) {
0 commit comments