- 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."
- 軟件安全技術(shù)
- Visual C++串口通信開(kāi)發(fā)入門(mén)與編程實(shí)踐
- Xamarin.Forms Projects
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)項(xiàng)目教程
- Mastering Drupal 8 Views
- 學(xué)習(xí)正則表達(dá)式
- The Professional ScrumMaster’s Handbook
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Xamarin Blueprints
- WCF技術(shù)剖析(卷1)
- Test-Driven iOS Development with Swift
- Java 7 Concurrency Cookbook
- Android應(yīng)用開(kāi)發(fā)攻略
- HTML5 Canvas核心技術(shù):圖形、動(dòng)畫(huà)與游戲開(kāi)發(fā)