Adjust some build directives for wasm64

This is still an experimental target but this should get the wasm64
target to behave more like wasm32.
This commit is contained in:
Alex Crichton
2021-10-28 10:29:37 -07:00
parent 2d12d7150a
commit b7fb6c594a
3 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ macro_rules! no_mangle {
#[cfg(any(
all(
target_arch = "wasm32",
any(target_arch = "wasm32", target_arch = "wasm64"),
target_os = "unknown",
not(target_env = "wasi")
),
@@ -66,7 +66,7 @@ no_mangle! {
#[cfg(any(
all(
target_arch = "wasm32",
any(target_arch = "wasm32", target_arch = "wasm64"),
target_os = "unknown",
not(target_env = "wasi")
),