logoalt Hacker News

bonestamp2yesterday at 10:00 PM1 replyview on HN

I agree with the first part, but getting rid of JS entirely means that if you want to augment some HTML with one line of javascript you have to build a WASM binary to do it?

I see good use cases for building entirely in html/JS and also building entirely in WASM.


Replies

em-beeyesterday at 11:30 PM

getting rid of javascript entirely means to be able to manipulate the DOM without writing any javascript code. not to remove javascript from the browser. javascript will still be there if you want to use it.

show 2 replies