- 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.
推薦閱讀
- Python量化投資指南:基礎、數(shù)據(jù)與實戰(zhàn)
- 信息可視化的藝術:信息可視化在英國
- Raspberry Pi for Secret Agents(Third Edition)
- Java 11 Cookbook
- The Complete Coding Interview Guide in Java
- 自制編程語言
- JAVA程序設計實驗教程
- 精通MySQL 8(視頻教學版)
- Machine Learning for Developers
- UML軟件建模
- Puppet 5 Beginner's Guide(Third Edition)
- Building a Media Center with Raspberry Pi
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術
- JavaScript語法簡明手冊
- Web前端開發(fā)技術實踐指導教程