Comment Re:Needs more compiler support, better documentati (Score 1) 67
> Does such a thing exist for webassembly? how would the browser know how to step through a method written in, say, rust or go if it was then compiled down to webassembly, even with webassembly's native support in the browser.
It does, see https://developer.chrome.com/b.... Basically same debugging as on other platforms (but perhaps even easier to set up, since DevTools are already there).