Ingvar Stepanyan - Interaction with real-world JavaScript from compiled Rust

Rust recently got an official support for and WebAssembly targets. While many have already played with it, tried to build simple hello-worlds and check the browser/ console for result, there is still no well-established solution for Rust to interact with DOM API, JavaScript libraries or built-ins. During the talk we will get a glimpse on how this can be done on the low-level, how to wrap common browser APIs into a nice Rust interface and how to interact with JavaScript objects withou
Back to Top