Are there any plans to add something like this to ...
# webassembly
b
Are there any plans to add something like this to kotlin/WASM? https://rustwasm.github.io/docs/wasm-bindgen/examples/dom.html Currently there're only jsinterop hooks for canvas Thread in Slack Conversation
s
Post-MVP features include much better interop capabilities which will ought to make a library like that much easier to use if not obsolete.
b
Any ETA on when those are comming out? Namely WASM access to DOM
f
Id say less than a year
Wasm access to dom requires garbage collection. You can track that here https://github.com/WebAssembly/proposals/issues/16
On further inspection it might be more than a year