containerd-shim-wasm 0.6.0

Library for building containerd shims for wasm
1
2
3
4
5
6
#![cfg(unix)]

mod client;
mod lease;

pub(crate) use client::Client;