Is it possible to encode DWARF debug information into wat (wasm textual format)?

30 views Asked by At

I'm developing a compiler that compiles to WebAssembly Text format (.wat) and want to include debug info. Is it feasible to include DWARF debug information within the .wat file, or is it more practical to generate source maps directly?

0

There are 0 answers