- Learn WebAssembly
- Mike Rourke
- 142字
- 2021-08-13 15:38:49
So will it replace JavaScript?
WebAssembly's ultimate goal is not to replace JavaScript, but rather to complement it. JavaScript's rich ecosystem and flexibility still makes it the ideal language for the web. WebAssembly's JavaScript API makes interoperability between the two technologies relatively simple. So will you be able to build a web application using just WebAssembly? One of the explicit goals of WebAssembly is portability, and replicating all of JavaScript's functionality could inhibit that goal. However, the official site includes a goal to execute and integrate well with the existing web platform, so only time will tell. It may not be practical to write the entire code base in a language that compiles down to WebAssembly, but moving some of the application logic to Wasm modules could be beneficial in terms of performance and load times.
- vSphere High Performance Cookbook
- Flink SQL與DataStream入門、進階與實戰
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Mastering PHP Design Patterns
- MySQL數據庫基礎實例教程(微課版)
- Serverless架構
- Building RESTful Python Web Services
- Create React App 2 Quick Start Guide
- 深入淺出Go語言編程
- JBoss:Developer's Guide
- OpenStack Networking Essentials
- 大數據時代的企業升級之道(全3冊)
- JavaScript編程精解(原書第2版)
- Monitoring Docker
- Building Clouds with Windows Azure Pack