Hacker News new | ask | show | jobs
by tedk-42 1522 days ago
Hmmm I had a look into WASM runtimes and the idea seems interesting to deploy something on a server as a lightweight execution environment (I think of Firecracker from AWS for VMs).

To be honest on the server side of things containers are so nice because 99% of the time they include all your dependencies you need to run the app.