-
Notifications
You must be signed in to change notification settings - Fork 346
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
[libcontainer] Integrate WasmEdge Runtime #1320
Conversation
c71339e
to
bce0539
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR 🙏
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1320 +/- ##
==========================================
- Coverage 68.81% 68.80% -0.02%
==========================================
Files 119 119
Lines 12586 12664 +78
==========================================
+ Hits 8661 8713 +52
- Misses 3925 3951 +26 |
@apepkuss There is a build failure. Can you check? |
Thanks for your message. I checked the issues in the failed workflows: one is a clippy issue caused by an |
@apepkuss May I ask you to update the documentation for the developer and users? Another PR is fine. |
@utam0k Sure. I'll try to update the document in this PR. Thanks! |
Thanks 🙏 @apepkuss Footnotes |
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
76d0afb
to
b74bbf5
Compare
@utam0k Thanks for your invitation. I believe my colleague has already contacted you. Please discuss the details with my colleague. Thanks again! |
It seems that the ci got failed. I guess you missed something to install in the ci.
|
@utam0k Yeah, I also noticed the error and am working on it. I'll let you know if the issue is fixed. Thanks! |
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
- Run `build.sh` with `-f wasm-wasmedge` option. | ||
|
||
```console | ||
./script/build.sh -o -r . -f wasm-wasmedge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @YJDoc2 We should update this command in another PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I'll fix it in #1383 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 💯
@utam0k Thank you very much for the review! |
In this PR,
WasmEdgeExecutor
is introduced intolibcontainer
for integratingWasmEdge Runtime
.