DEV Community

Discussion on: Will the web ever evolve past JavaScript?

Collapse
 
lexlohr profile image
Alex Lohr

On the contrary, JavaScript already evolved beyond the web and will continue to do so. WASM is basically an extension of JavaScript to supplement it for performance-critical operations that also allows the usage of languages compilable to clang. It's very much like you can augment your C-Code with Assembly.