|
|
|
|
|
by Yahivin
602 days ago
|
|
The built in browser debugger is incredibly good. As long as the transpilation is simple and matches JS semantics you can still use the debugger. I haven't seen good debugging tools when using languages more distant from JS but I'd love to know if they've become viable. |
|
For the languages that target wasm instead, there are different debugging stories. Kotlin's is very good, Rust's is pretty immature.