- 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."
- Practical Data Analysis Cookbook
- 基于粒計(jì)算模型的圖像處理
- Oracle WebLogic Server 12c:First Look
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- 認(rèn)識(shí)編程:以Python語言講透編程的本質(zhì)
- 零基礎(chǔ)學(xué)Java(第4版)
- Learning AngularJS for .NET Developers
- UNIX Linux程序設(shè)計(jì)教程
- ASP.NET Core and Angular 2
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例(第4版)
- 從零開始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實(shí)踐
- Python人工智能項(xiàng)目實(shí)戰(zhàn)
- 計(jì)算機(jī)輔助設(shè)計(jì)與繪圖技術(shù)(AutoCAD 2014教程)(第三版)
- Boost.Asio C++ Network Programming Cookbook