AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Future of WebAssembly
WebAssembly is kind of coming into like a dot net where it's like you can just run any language and you're going to get approximately the same output depending on I guess how it compiles. This story is very similar to the Java story where you have like the JVM, right? Like when you have one universal bytecode that runs anywhere. The cool thing about WebAssembly is actually unifies all these different languages. So if you're in Python and you want to compile your Python prompt to WebAssembly, you can assure that like the native Python and your WebAssembly one are going to be the same.