mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
wasm32: Add --no-demangle option
LLD supports only C++ demangle, so disable it.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"--no-threads",
|
||||
"--stack-first",
|
||||
"--export-all",
|
||||
"--no-demangle",
|
||||
"{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a"
|
||||
],
|
||||
"emulator": ["node", "targets/wasm_exec.js"]
|
||||
|
||||
Reference in New Issue
Block a user