- Learn WebAssembly
- Mike Rourke
- 204字
- 2021-08-13 15:38:47
WebAssembly is born
The World Wide Web Consortium (W3C), an international community built to develop web standards, formed the WebAssembly Working Group in April, 2015, to standardize WebAssembly and oversee the specification and proposal process. Since then, the Core Specification and corresponding JavaScript API and Web API have been released. The initial implementation of WebAssembly support in browsers was based on the feature set of asm.js. WebAssembly's binary format and corresponding .wasm file combined facets of asm.js output with PNaCl's concept of a distributed executable.
So how will WebAssembly succeed where NaCl failed? According to Dr. Axel Rauschmayer, there are three reasons detailed at http://2ality.com/2015/06/web-assembly.html#what-is-different-this-time:
Second, the interoperability with the web platform and JavaScript is excellent. Using WebAssembly code from JavaScript will be as simple as importing a module.
Third, this is not about replacing JavaScript engines, it is more about adding a new feature to them. That greatly reduces the amount of work to implement WebAssembly and should help with getting the support of the web development community."
- C++程序設計教程
- Python數據分析基礎
- Learning RxJava
- OpenCV for Secret Agents
- Python計算機視覺編程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- MongoDB,Express,Angular,and Node.js Fundamentals
- 微信小程序開發與實戰(微課版)
- Test-Driven Machine Learning
- Image Processing with ImageJ
- MINECRAFT編程:使用Python語言玩轉我的世界
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 微信小程序開發邊做邊學(微課視頻版)
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書
- 谷歌JAX深度學習從零開始學