Comment real-world WASM much worse (Score 2) 187
For every one typo the compiler catches in my library adapter Go code (already more annoying than Python which has excellent exceptions, hints, & no compile step just edit and rerun vs scrolling the nearly unreadable WASM build failure log)... there are literally 10x runtime errors from data inputs with somehow an even more useless stack-trace and error output. I just give up and rerun the inputs through the native Go. Seriously bad real-world dev experience.