-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat(wamr): add wasm-micro-runtime shim implementation #716
base: main
Are you sure you want to change the base?
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f93996 - Browse repository at this point
Copy the full SHA 8f93996View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fb956 - Browse repository at this point
Copy the full SHA e2fb956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7532700 - Browse repository at this point
Copy the full SHA 7532700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11dffb0 - Browse repository at this point
Copy the full SHA 11dffb0View commit details -
containerd-shim-wamr: fixed the thread signal env initialized failed …
…error upstream to the official wamr SDK solves this issue Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d5fe22e - Browse repository at this point
Copy the full SHA d5fe22eView commit details -
containerd-shim-wamr: added tests
I believe there are more work to be done to parse the runtimeError to appropriate exit code. failures: wamr_tests::test_custom_entrypoint wamr_tests::test_exit_code wamr_tests::test_hello_world_oci wamr_tests::test_seccomp wamr_tests::test_unreachable Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5030afa - Browse repository at this point
Copy the full SHA 5030afaView commit details -
.github/workflows/{ci, release}: Add wamr to the CI and release workf…
…lows Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49455b9 - Browse repository at this point
Copy the full SHA 49455b9View commit details -
CONTRIBUTING, README: update the contributing and readme for WAMR shim
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ca5ea7 - Browse repository at this point
Copy the full SHA 2ca5ea7View commit details
Commits on Nov 5, 2024
-
containerd-shim-wamr/Cargo: remove unused deps
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc9f649 - Browse repository at this point
Copy the full SHA bc9f649View commit details -
containerd-shim-wamr/tests: disable failed tests
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e964e7 - Browse repository at this point
Copy the full SHA 9e964e7View commit details -
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 99f5a39 - Browse repository at this point
Copy the full SHA 99f5a39View commit details -
.github/workflows: remove wamr shim from windows build
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dc777e5 - Browse repository at this point
Copy the full SHA dc777e5View commit details -
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 77db97b - Browse repository at this point
Copy the full SHA 77db97bView commit details
Commits on Nov 7, 2024
-
containerd-shim-wamr: add conditional compilation for unix platform
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3046d3e - Browse repository at this point
Copy the full SHA 3046d3eView commit details
Commits on Nov 13, 2024
-
containerd-shim-wamr: fix linting issue
if the target is windows, do not import the APIs changed the compiler_error to panic! Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1d062c - Browse repository at this point
Copy the full SHA d1d062cView commit details
Commits on Nov 14, 2024
-
Merge branch 'main' into wamr-2
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 89eac6e - Browse repository at this point
Copy the full SHA 89eac6eView commit details -
Apply suggestions from code review
Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com> Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a47e85a - Browse repository at this point
Copy the full SHA a47e85aView commit details