Comment on What's stopping WebAssembly from effectively replacing JavaScript?

pileghoff@programming.dev ⁨10⁩ ⁨months⁩ ago

I think the truth is that not only can’t WASM manipulate the DOM, but javascript was build to manipulate the DOM and has been moulded around this purpose. Secondly, if you want to use WASM from another programming language, that is just another language you need to learn on top of javascript, because we are not at a stage where we can replace javascript (because of the DOM). Fo most it’s more cost effective to just optimize their javascript code instead of adding another layer to the tech stack.

source
Sort:hotnewtop