deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
312 stars 48 forks source link

feat(shim): added slight shim #15

Closed Mossaka closed 2 years ago

Mossaka commented 2 years ago

The main thing for this PR is adding a slight implementation of containerd shim. The implementation is very much similar to spin shim implementation. I have also modified build pipelines for it.

KaiWalter commented 2 years ago

@devigned fantastic - it works for me

Mossaka commented 2 years ago

TODO