AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Future of Programming in the Browser
Wasm is the way that we get this in the browser. And maybe in the future on. Well, I guess would that make it multi platform again if we were running everything on Wasm? Yeah. In some ways, maybe that but whereas what Rust does is like, okay, if I write a program in a particular way for my Windows machine, then somebody should be able to recompile it and run it on their Mac or under Linux. Exactly. But they're running a native executable. There is no bridge. It is native has native interoperability. You can make native calls to the native system with with no or very little overhead.