- 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.
推薦閱讀
- LaTeX Cookbook
- Rust編程從入門到實戰
- Python零基礎快樂學習之旅(K12實戰訓練)
- Learning SQLite for iOS
- Java:Data Science Made Easy
- Banana Pi Cookbook
- Serverless架構
- 學Python也可以這么有趣
- 時空數據建模及其應用
- Mastering Python Design Patterns
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- OpenCV 3 Blueprints
- IBM Cognos TM1 Developer's Certification guide
- MongoDB Cookbook(Second Edition)
- Modular Programming with JavaScript