Rust can run everywhere: on servers, desktops, phones, microcontrollers, and even web browsers. The popular web-sys and wasm-bindgen projects enable Rust to bind natively to web APIs, unlocking fullstack web applications written entirely in Rust. Developers get blazing fast performance, typesafe interfaces, and powerful compile time checks that improve reliability. However, there’s a catch - UI frameworks and libraries written for the web only work on the web… until now. In this talk we’ll explore how Dioxus’ new wry-bindgen project unlocks the full ecosystem of web APIs on all platforms, making it easier than ever to build web, desktop, and mobile apps in Rust.