Hacker News new | ask | show | jobs
by Buttons840 2375 days ago
Yes, but only if those languages do not interact with the platform (the platform being "webpages"). DOM manipulation requires JavaScript. So, it is still the case that JavaScript is the only language with first class support.
1 comments

Afaik when I write react , 100% of real(!) dom manipulation is already abstracted away. So why wouldn’t that work with webAsm?