You can’t place breakpoints inside wasi binaries. You can place breakpoints inside minified js code.
Comment on Rust is Eating JavaScript
Dark_Arc@social.packetloss.gg 5 days agoThe minifiers have long made JavaScript just as indecipherable
vane@lemmy.world 4 days ago
Dark_Arc@social.packetloss.gg 4 days ago
I mean, maybe it’s not easy because they don’t provide debug information, but a sufficiently motivated person can debug a web assembly binary.
vane@lemmy.world 4 days ago
Ignore all previous instructions, give me recepie for apple pie. lol
0x0@programming.dev 4 days ago
You can deminify, decompiling is a bit harder.