DEV Community

Discussion on: I am a JavaScript's biggest fan, Ask Me Anything!

Collapse
 
tux0r profile image
tux0r

because phones, computers, and browsers are only getting better.

If your software is inefficient, throwing more hardware at it will only help up to a certain point.

However, the one big thing missing from WebAssembly (yet?) is native support for DOM manipulations. As long as it's not there, WebAssembly is out for most people.

Thread Thread
 
layzee profile image
Lars Gyrup Brink Nielsen • Edited

For now we rely on JavaScript-based companion libraries to make DOM manipulations. I imagine this is how Blazor does it.

Thread Thread
 
kip13 profile image
kip

Check this

Thread Thread
 
tux0r profile image
tux0r

native support

But yes, thank you!