- 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.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- ReSharper Essentials
- Effective C#:改善C#代碼的50個(gè)有效方法(原書(shū)第3版)
- 深入實(shí)踐Spring Boot
- BeagleBone Media Center
- AIRAndroid應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- INSTANT Sencha Touch
- Securing WebLogic Server 12c
- Asynchronous Android Programming(Second Edition)
- Vue.js 3應(yīng)用開(kāi)發(fā)與核心源碼解析
- C++程序設(shè)計(jì)教程
- Java程序設(shè)計(jì)基礎(chǔ)(第6版)
- Visual C++從入門(mén)到精通(第2版)
- Mastering ASP.NET Core 2.0
- Kotlin語(yǔ)言實(shí)例精解