- 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.
推薦閱讀
- C++程序設計教程
- Learning Neo4j
- Practical UX Design
- HTML5+CSS3基礎開發教程(第2版)
- Raspberry Pi for Secret Agents(Third Edition)
- Windows內核編程
- Python機器學習算法: 原理、實現與案例
- Building Machine Learning Systems with Python(Second Edition)
- 時空數據建模及其應用
- Building Serverless Architectures
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Practical GIS
- 深入分析GCC
- C語言程序設計實踐
- Python編程基礎教程