New ask Hacker News story: Ask HN: What is your workflow for developing with WASM?

Ask HN: What is your workflow for developing with WASM?
2 by shortrounddev2 | 0 comments on Hacker News.
What's a standard workflow for wasm? Even just using a simple vim + emcc + makefile setup to compile without IDE debugging, I can't get debug symbols to work in chrome debugging tools. I hear a lot of people here talking about WASM like it's this groundbreaking thing but it seems like the tooling is still barely supported by most major software vendors. Visual studio doesn't support it as a target out of the box without some cmake configuration. I don't know about clion or xcode though. Do you work with WASM? What's your workflow? How do you debug your code? What languages do you use? What are your use-cases, considering WASM can't manipulate the DOM?

Comments