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

<- View Parent
lemmyvore@feddit.nl ⁨10⁩ ⁨months⁩ ago

Even if WASM gets some amazing feature, like super-fast DOM manipulation, it would still be used via API from JavaScript. WASM is a subset of JavaScript that mainly consists of low level operations. It’s not exactly nice for writing code. It’s like assembler in this respect — very fast, very efficient, but we still tend to prefer a higher level language.

source
Sort:hotnewtop