You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to produce wasm code with dwarf debug information attached? I have tried with /opt/cheerp/bin/clang++ -target cheerp-wasm test.c -o test14.js -O0 -g
But the generated wasm code still contains no debug information.
Is it possible to produce wasm code with dwarf debug information attached? I have tried with
/opt/cheerp/bin/clang++ -target cheerp-wasm test.c -o test14.js -O0 -gBut the generated wasm code still contains no debug information.