wasm32: Add --no-demangle option

LLD supports only C++ demangle, so disable it.
This commit is contained in:
Hiroki Noda
2020-06-19 12:57:19 +09:00
committed by Ron Evans
parent 2721ab146f
commit c9fc95f6f3
+1
View File
@@ -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"]