AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
WebAssembly
When it comes to building a Web application, I would say absolutely adding on WebAssembly as one of the components of your app makes a lot of sense. On the server, I think it does make more sense to have your entire application running in WebAssembly because of those third-party security considerations. And then once you've built your WebAssembly, you can use JavaScript's native APIs to run it in the web browser. We do try to package all this up into a single command called Subo that helps you configure all these toolchains and you just run Subo build.