logoalt Hacker News

nicoburnsyesterday at 9:01 PM1 replyview on HN

https://github.com/wasm-bindgen/wasm-bindgen is the tool for raw access to the DOM APIs.


Replies

cataparttoday at 2:09 AM

Ah, yes! This seems like exactly the kind of minimalist exposure I was trying to find, to avoid the emscripten dependency. Thanks!