This talk explores how WebAssembly (WASM) is turning browsers into serious runtime environments that are capable of running real code written in Rust, Go, C, TypeScript, and more. I’ll cover how we can use WASM to run local apps, build plugin systems, and even turn a browser into a self-contained server.
Intro
WASM 101: What is WebAssembly, and why is it a game-changer for devs?
The Browser as a Runtime: Turning the browser into more than just a UI. A CLI, server, sandbox and more.
Meet Chakra: An open source dev-focused WASM runtime for running real code anywhere, especially in browsers.
Demo
Plugins and WASM tooling
Closing and Q/A
Whether you’re building CLIs, web apps, edge tools, or just curious about what the future of dev, looks like, this one’s for you.
Web Dev isn't just about JS/TS
Traditional containers have worthy replacement.
Developing on WASM doesn't need to be painful.
Rethink your dev approach for VMs.
WASM is a cool technology. But it has often not translated into usable solutions. If you can show of some cool implementations and get people thinking about possibilities, it will be a great talk