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.
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.