there's so projects like krustlet, which are abstract runtime engines for kubernetes. it so happens that 4/5 main uses of krustlet are wasm, but krustlet is supposed to be a generic kubernetes kubelet.
We can use the exact same tools to manage WebAssembly applications, enabling Docker-like Linux containers and WebAssembly apps to run side-by-side in the same system.
there's not a great inventory out there of what all various runtimes are available on kubelet. this comment so happens to inventory 3 wasm runtime providers: https://github.com/krustlet/krustlet/pull/677#issuecomment-9...