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

update wasmtime dep to 19.0.1, replace wasmtime-wasi with wasi-common #2752

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

YJDoc2
Copy link
Collaborator

@YJDoc2 YJDoc2 commented Apr 10, 2024

Updates the wasmtime dep to 19.0.1. The functions that we use from wasmtime-wasi were deprecated from that crate, and instead moved to wasi-common crate, see deprecation notice on 18.0.3 here . Thus replaced wasmtime-wasi with wasi-common.

This replaces dependabot PRs #2735 and #2750 .

I also request the reviewer to actually run a wasm container using wasi on this branch and validate it works, as we still don't have enough testing around wasm.

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
@YJDoc2 YJDoc2 added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Apr 10, 2024
@YJDoc2 YJDoc2 requested a review from a team April 10, 2024 10:11
@YJDoc2 YJDoc2 changed the title update wasmtime dep to 19.0.1, replace wasmtime-wasi with wasi-cmmon update wasmtime dep to 19.0.1, replace wasmtime-wasi with wasi-common Apr 10, 2024
@YJDoc2 YJDoc2 requested a review from lengrongfu April 15, 2024 11:11
@YJDoc2 YJDoc2 merged commit 342ad60 into containers:main Apr 17, 2024
30 checks passed
@github-actions github-actions bot mentioned this pull request Apr 17, 2024
@YJDoc2 YJDoc2 deleted the update-wasmtime branch April 27, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants