-
Notifications
You must be signed in to change notification settings - Fork 95
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
Ability to call specific modules in wasmtime no longer works #194
Comments
pr that originally introduce this: https://github.com/containerd/runwasi/pull/102/files |
I went to the OCI Image Spec to checkout the specification of the entrypoints and it says they are
My interpretation is that entrypoints are not strictly defined as executable binaries. In the case with runwasi, they could be functions in a Wasm module like |
After switching to youki in #131, the ability to pass module names via the entry point no longer works. See a repo in https://github.com/containerd/runwasi/compare/main...jsturtevant:runwasi:specific-modules?expand=1
Do we want to re-enable this? It is due to youki doing runtime checks when starting the container: https://github.com/containers/youki/blob/c3559e4a0aff56d63bcda80f35e7cf0b58ccacbe/crates/libcontainer/src/process/container_init_process.rs#L106-L117
The text was updated successfully, but these errors were encountered: