We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2799141 commit d51702aCopy full SHA for d51702a
compiler/rustc_target/src/spec/wasm64_unknown_unknown.rs
@@ -36,7 +36,7 @@ pub fn target() -> Target {
36
Target {
37
llvm_target: "wasm64-unknown-unknown".into(),
38
pointer_width: 64,
39
- data_layout: "e-m:e-p:64:64-i64:64-n32:64-S128-ni:1:10:20".into(),
+ data_layout: "e-m:e-p:64:64-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20".into(),
40
arch: "wasm64".into(),
41
options,
42
}
0 commit comments