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 to include support for 17 typed parameters #2430

Closed
jvff opened this issue Aug 31, 2024 · 1 comment · Fixed by #2435
Closed

Update Wasmtime to include support for 17 typed parameters #2430

jvff opened this issue Aug 31, 2024 · 1 comment · Fixed by #2435
Labels
chore good first issue Good for newcomers
Milestone

Comments

@jvff
Copy link
Contributor

jvff commented Aug 31, 2024

Motivation

In order to fix a Witty bug, PR #2429 requires a fix in Wasmtime which hasn't been released in a new version yet. As a workaround, it updated the wasmtime dependency to point to the commit with the fix:

linera-protocol/Cargo.toml

Lines 162 to 163 in be15a4c

# TODO(#2430): use the latest release of Wasmtime that includes the commit referenced below
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "58f82587462543e912b4edcbb247842711ba6415" }

Proposal

Use the latest released Wasmtime version that includes the fix.

@jvff
Copy link
Contributor Author

jvff commented Sep 26, 2024

Actually completed by migrating to 25.0.0 in #2530.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant