- 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.
推薦閱讀
- Instant Node Package Manager
- UI設計基礎培訓教程
- Kali Linux Web Penetration Testing Cookbook
- Selenium Design Patterns and Best Practices
- QTP自動化測試進階
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Visual Basic程序設計實驗指導(第二版)
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Kubernetes進階實戰
- UX Design for Mobile
- Mastering Embedded Linux Programming
- DevOps 精要:業務視角
- 軟件測試
- Java入門經典
- vSphere High Performance Cookbook(Second Edition)