-
Notifications
You must be signed in to change notification settings - Fork 29
/
wasm32-multivalue.json
57 lines (57 loc) · 1.52 KB
/
wasm32-multivalue.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"arch": "wasm32",
"crt-objects-fallback": "true",
"data-layout": "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20",
"dll-prefix": "",
"dll-suffix": ".wasm",
"dynamic-linking": true,
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"exe-suffix": ".wasm",
"generate-arange-section": false,
"has-thread-local": true,
"is-like-wasm": true,
"limit-rdylib-exports": false,
"linker": "rust-lld",
"linker-flavor": "wasm-lld",
"linker-is-gnu": false,
"lld-flavor": "wasm",
"llvm-abiname": "experimental-mv",
"llvm-target": "wasm32-unknown-unknown",
"max-atomic-width": 64,
"metadata": {
"description": "WebAssembly",
"host_tools": false,
"std": true,
"tier": 2
},
"only-cdylib": true,
"os": "unknown",
"panic-strategy": "abort",
"pre-link-args": {
"wasm-lld": [
"-z",
"stack-size=1048576",
"--stack-first",
"--allow-undefined",
"--no-demangle",
"--no-entry"
],
"wasm-lld-cc": [
"-Wl,-z",
"-Wl,stack-size=1048576",
"-Wl,--stack-first",
"-Wl,--allow-undefined",
"-Wl,--no-demangle",
"--target=wasm32-unknown-unknown",
"-Wl,--no-entry"
]
},
"relocation-model": "static",
"singlethread": true,
"target-family": [
"wasm"
],
"target-pointer-width": "32",
"tls-model": "local-exec"
}