- Learn WebAssembly
- Mike Rourke
- 77字
- 2021-08-13 15:38:50
No direct DOM access
WebAssembly is unable to access the DOM, so any DOM manipulation needs to be done indirectly through JavaScript or using a tool such as Emscripten. There are plans to add the ability to reference DOM and other Web API objects directly, but that's still in the proposal phase. DOM manipulation will likely go hand in hand with GC languages, since it will allow the seamless passing of objects between WebAssembly and JavaScript code.
推薦閱讀
- HTML5+CSS3王者歸來
- 自己動手寫搜索引擎
- 區塊鏈架構與實現:Cosmos詳解
- AIRAndroid應用開發實戰
- 基于Java技術的Web應用開發
- OpenNI Cookbook
- 老“碼”識途
- WordPress Plugin Development Cookbook(Second Edition)
- Microsoft System Center Orchestrator 2012 R2 Essentials
- HTML5從入門到精通(第4版)
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 分布式系統架構與開發:技術原理與面試題解析
- Visual FoxPro數據庫程序設計
- ASP.NET開發技巧精講
- C/C++程序設計教程:面向對象分冊