Comment on What's stopping WebAssembly from effectively replacing JavaScript?
AnarchoYeasty@beehaw.org 1 year agoIf 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.