Few things comes to my mind:
I have big hopes for WebAssembly. It's power comes from being platform and language independent format, that can run in every browser. The end-goal of WebAssembly is to provide safe and optimized way of running code in native-like speed.
WebAssembly promise to improve load times and overall performance by executing parsed and compiled ahead of time binary code. Soon, WebAssembly will support DOM manipulation and multiple Web APIs by providing Platform APIs, with which different languages will communicate with the browser, which will make WebAssembly even more useful.