AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust Web Assembly
Web assembly is the idea of saying okay I can write this theoretically whatever language I like compiled to web assembly. That's really cool and you know in the book we use the Wazim binden tools to there's like one index.html file and maybe one line of JavaScript that make you type but everything is in rust. And it might not even be the most practical way because you could write everything in rust. But you could also do things like okay I'm going to. This is actually the game of life example that's on the Rust Web Assembly website rightYou start with JavaScript and you call into rust, which is also a great approach.