Wasm access DOM
问题 Is there any way to get read/write access to DOM and/or the WebAPIs(i.e. fullscreen API) without JavaScript? I'm trying to build a basic application in C(C source being actually the result of transpilation from a GC language). The app I'm building will run as Desktop app(it's not meant to run in "real" browsers yet) so I can tweak the environment(i.e. the layout engine) if necessary. 回答1: In the WebAssembly Minimal Viable Product the only way to call into and out of WebAssembly is through