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 to wasmtime-21 #369

Merged
merged 1 commit into from
May 20, 2024
Merged

Update to wasmtime-21 #369

merged 1 commit into from
May 20, 2024

Conversation

elliottt
Copy link
Contributor

Update to wasmtime 21.0.0.

The most substantial changes were to the use of the component::bindgen! macro, which now no longer automatically generates host bindings that are allowed to trap. Additionally, the generated add_to_linker functions are no longer present, and we instead need to use add_to_linker_get_host, which requires a new projection function to be supplied.

@elliottt elliottt force-pushed the trevor/wasmtime-21 branch from a150fdb to 0fcfff5 Compare May 20, 2024 23:19
Copy link
Contributor

@acw acw left a comment

Choose a reason for hiding this comment

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

LGTM!

@elliottt elliottt merged commit 67b9e8b into main May 20, 2024
7 checks passed
@elliottt elliottt deleted the trevor/wasmtime-21 branch May 20, 2024 23:34
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.

2 participants