containerd-shim-wasm 0.6.0

Library for building containerd shims for wasm
1
2
3
4
pub fn setup_namespaces(spec: &oci_spec::runtime::Spec) -> anyhow::Result<()> {
    // noop for now
    Ok(())
}