Hello In this Chrome announcement where support for DWARF is introduced ( https://developers.google.com/web/updates/2019/12/webassembly), I can see this at the end of the page :
*"There is still quite a bit of work to do though. For example, on the tooling side, Emscripten (Binaryen) and wasm-pack (wasm-bindgen) don’t support updating DWARF information on transformations they perform yet. For now, they won’t benefit from this integration."* However, am I correct in assuming that if I use clang directly and don't use binding generation, binaryen is not used and that my binaries should contain DWARF debug info? Maybe the Chrome team is referring to the previous backend? (I'd *very* much like to be able to debug my native code that sometimes behaves differently in wasm than it does in the native project I am using for debugging purposes :) Thanks in advance Benjamin -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/46e7c6de-57f6-4cc1-a0b9-6f29dd785ce2%40googlegroups.com.
