Skip to content

Commit

Permalink
Merge pull request #226 from Mossaka/youki-containerd-shim-wasm
Browse files Browse the repository at this point in the history
refactor: adding `LibcontainerInstance` for default implementation of `Instance` trait
  • Loading branch information
Mossaka authored Aug 14, 2023
2 parents 266a35f + 606f177 commit d04bf6b
Show file tree
Hide file tree
Showing 11 changed files with 489 additions and 287 deletions.
214 changes: 209 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror = "1.0"
libc = "0.2.147"
oci-spec = { version = "0.6.1", features = ["runtime"] }
sha256 = "1.3.0"
libcontainer = "0.1"
libcontainer = { version = "0.1", default-features = false }

[profile.release]
panic = "abort"
Loading

0 comments on commit d04bf6b

Please sign in to comment.