DEV Community

Discussion on: What impact will Web Assembly have?

Collapse
 
lexlohr profile image
Alex Lohr

Atwoods law states that everything that could possibly be written in JavaScript will ultimately be written in JavaScript.

Web Assembly is first of all a fallback for JavaScript in case something is not feasible in terms of performance or download size. At the same time, it's a compiler target for clang, which makes running other languages like C, C++, or Rust really easy.