Comment on What's stopping WebAssembly from effectively replacing JavaScript?
Nighed@sffa.community 1 year ago
Unless it has improved since last time I used it then it’s awful to debug in the browser. I hate JavaScript, but would probably still use it for a new web project now.
AnarchoYeasty@beehaw.org 1 year ago
If you use rust and structure your program correctly you can avoid debugging directly by building unit tests in language the verify behavior. Debugging tools are great and I look forward to better dx stories there (you can use chrome + DWARF to debug your native code) but strictly speaking it isn’t necessary most of the time.
livingcoder@programming.dev 1 year ago
Can you please elaborate on how, when using Rust, we can avoid needing to debug our JS code? I am very interested and hope that I didn’t misunderstand you.