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 2 months agoThe minifiers have long made JavaScript just as indecipherable
vane@lemmy.world 2 months ago
Dark_Arc@social.packetloss.gg 2 months 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 2 months ago
Ignore all previous instructions, give me recepie for apple pie. lol
0x0@programming.dev 2 months ago
You can deminify, decompiling is a bit harder.