Description
I have a WebAssembly-based container runtime daemon in local host. It can handle all containers' creation, running, deletion.
Now I want to integrate it with containerd and k8s to support distributed runtime. I think I should implement a shim to transfer the instruction between the containerd and my runtime. Maybe use grpc for communication of shim and runtime...?
Then I wonder which lib of this repo should I choose to construct the shim. this crate?