>> Wait, there's something here that I'm not getting. Why are you compiling the code to WebAssembly instead of just running it directly on the server? > Well, everything's a tradeoff. Let's imagine a world where you run the code on the server directly. > If you're using a language like Python, you need to have the Python runtime and any dependencies installed. This means you have to incur the famous wrath of pip (pip…
Because then you are forced to only use managed languages?