- 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.
- Redis入門指南(第3版)
- CentOS 7 Server Deployment Cookbook
- 深入理解Django:框架內幕與實現原理
- CentOS 7 Linux Server Cookbook(Second Edition)
- 數據結構(Java語言描述)
- PyTorch自然語言處理入門與實戰
- C語言程序設計案例式教程
- Learning Python Design Patterns(Second Edition)
- JavaScript by Example
- SQL Server 2012數據庫管理與開發項目教程
- C語言程序設計實踐
- Instant Automapper
- Practical Predictive Analytics
- 測試工程師Python開發實戰
- Java Web入門很輕松(微課超值版)