Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

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).

Slashdot Top Deals

Documentation is the castor oil of programming. Managers know it must be good because the programmers hate it so much.

Working...