Skip to content

Move modules and items around #957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 28, 2025
Merged

Conversation

jprendes
Copy link
Collaborator

Organize items in modules.
the main modules are:

  • contianerd_shim_wasm::shim::{Config, Version, version, Cli, Compiler, Shim}
    Things related to the shim process behaviour
  • contianerd_shim_wasm::sandbox::Sandbox
    Things related to the sandbox (container) process
  • contianerd_shim_wasm::sandbox::context::{Entrypoint, WasmLayer, Source, WasmBinaryType, RuntimeContext}
    Things related to the context passed to the sandbox process

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
@jprendes jprendes requested a review from Mossaka March 28, 2025 18:36
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Mossaka Mossaka merged commit 0e579d7 into containerd:main Mar 28, 2025
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants