Troels Lund
Troels Lund

Reputation: 49

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

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?

Upvotes: 1

Views: 59

Answers (0)

Related Questions