Browse Source

wasm32: Add --no-demangle option

LLD supports only C++ demangle, so disable it.
pull/1181/head
Hiroki Noda 4 years ago
committed by Ron Evans
parent
commit
c9fc95f6f3
  1. 1
      targets/wasm.json

1
targets/wasm.json

@ -15,6 +15,7 @@
"--no-threads", "--no-threads",
"--stack-first", "--stack-first",
"--export-all", "--export-all",
"--no-demangle",
"{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a" "{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a"
], ],
"emulator": ["node", "targets/wasm_exec.js"] "emulator": ["node", "targets/wasm_exec.js"]

Loading…
Cancel
Save