Hacker News new | ask | show | jobs
by catapart 267 days ago
Got a rec? The reply to you is talking about a component framework, rather than actual vanilla html/css access. I haven't seen anything, personally, that allows real-time, direct DOM interaction.
1 comments

https://github.com/wasm-bindgen/wasm-bindgen is the tool for raw access to the DOM APIs.
Ah, yes! This seems like exactly the kind of minimalist exposure I was trying to find, to avoid the emscripten dependency. Thanks!