Hacker News new | ask | show | jobs
by drew-y 3270 days ago
JS won't be entirely obsolete. You won't be able to access the DOM from WebAssembly. It will be way easier to make way more performant web apps though.
1 comments

DOM access is coming to WebAssembly after GC is supported.

https://github.com/WebAssembly/design/blob/master/Web.md

oh, is that all!