Y
Hacker News
new
|
ask
|
show
|
jobs
by
ScottFree
2478 days ago
Flash and Java allowed you to run the code in the browser, but still debug using the source code and not the VM bytecode.
1 comments
AgentME
2478 days ago
A good wasm debugger would let you see the source code too, just like how regular native debuggers show you the source code instead of x86 assembly.
link