Earlier quoted context omitted.
Not really, when WebAssembly gets better it will be the revenge of Java, Flash and Silverlight. Future web applications will be mainly plain WebAssembly + Canvas + WebGL.
There is a tradeoff between development speed and execution speed. For web apps, development speed is usually the most important of the two and the language ironing away the most technical details tends to be a strong choice. Roughly speaking, C is further from the metal than assembly (and WASM) for obvious reasons; Java is further from the metal than C (or Rust) due to having garbage collection, and Javascript is sl…
The productivity of doing WPF/XAML development with RAD tools like Blend, using an export button to generate an WebAssembly executable.
I might be wrong, but that is where I see it going to.