mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-26 19:23:40 +00:00
Apparently it's currently broken again in the recent Rust nightlies, so we have to disable it.
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"arch": "wasm32",
|
|
"crt-objects-fallback": "true",
|
|
"data-layout": "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-i128:128-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"
|
|
}
|