Skip to content

Commit

Permalink
re-export containerd_shim::Config for runwasi consumers
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Oct 31, 2024
1 parent 2db6d50 commit 3fa080b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/containerd-shim-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ pub(crate) mod sys;

#[cfg(any(test, feature = "testing"))]
pub mod testing;

pub use containerd_shim::Config;

0 comments on commit 3fa080b

Please sign in to comment.