Skip to content
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

Add support for wasmtime #1402

Merged
merged 5 commits into from
Dec 28, 2022
Merged

Add support for wasmtime #1402

merged 5 commits into from
Dec 28, 2022

Conversation

Furisto
Copy link
Collaborator

@Furisto Furisto commented Dec 10, 2022

This adds wasmtime as a new supported wasm runtime. For test steps check the docs and compile youki with feature=wasm-wasmtime.

Fix: #1278

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2022

Codecov Report

Merging #1402 (84ab165) into main (ccfc8b5) will decrease coverage by 0.03%.
The diff coverage is 5.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1402      +/-   ##
==========================================
- Coverage   68.99%   68.96%   -0.04%     
==========================================
  Files         119      120       +1     
  Lines       13041    13055      +14     
==========================================
+ Hits         8998     9003       +5     
- Misses       4043     4052       +9     

@Furisto Furisto force-pushed the wasmtime branch 2 times, most recently from d206b31 to a407504 Compare December 11, 2022 15:29
@Furisto Furisto marked this pull request as ready for review December 11, 2022 15:44
Signed-off-by: Thomas Schubart <[email protected]>
Signed-off-by: Thomas Schubart <[email protected]>
Signed-off-by: Thomas Schubart <[email protected]>
Signed-off-by: Thomas Schubart <[email protected]>
Copy link
Member

@utam0k utam0k left a comment

Choose a reason for hiding this comment

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

Awesome

@utam0k utam0k merged commit f127825 into youki-dev:main Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suppport wasm workloads using wasmtime
3 participants