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