Skip to content

Commit c9fc95f

Browse files
kubo39deadprogram
authored andcommitted
wasm32: Add --no-demangle option
LLD supports only C++ demangle, so disable it.
1 parent 2721ab1 commit c9fc95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/wasm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"--no-threads",
1616
"--stack-first",
1717
"--export-all",
18+
"--no-demangle",
1819
"{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a"
1920
],
2021
"emulator": ["node", "targets/wasm_exec.js"]

0 commit comments

Comments
 (0)