You must log in or register to comment.
ELI5 why is this better than something like ECS or a Lambda?
Faster starts, more flexible deployments (on prem, on client, in cloud (aws/azure/gcp/etc)).
Okay, I guess I must be missing something cause somehow I’m not understanding how it works
So wasm is just binary target for compliation that runs on a wasm runtime. This could be a service on a server or a brower.
And since its just executing code the start up time is faster than starting up a whole OS (like co tainers almost do). It also is a more universal target than aws lamda.
It didn’t took long, the second word in the article (besides titles) is “Ai”.