- 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.
- Learning ROS for Robotics Programming(Second Edition)
- Teaching with Google Classroom
- Swift語言實戰精講
- Java編程的邏輯
- Mastering openFrameworks:Creative Coding Demystified
- 好好學Java:從零基礎到項目實戰
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- SciPy Recipes
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 微課學人工智能Python編程
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Java EE 7 with GlassFish 4 Application Server
- Java程序設計教程
- Building Scalable Apps with Redis and Node.js
- Java程序設計基礎教程