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-25 #432

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Update to wasmtime-25 #432

merged 4 commits into from
Sep 26, 2024

Conversation

elliottt
Copy link
Contributor

@elliottt elliottt commented Sep 26, 2024

Update to wasmtime-25, pulling in some performance improvements to components and general improvements. Additionally, update some of the wasm toolchain crates to 0.217.0 to deduplicate dependencies.

Component(component::InstancePre<ComponentCtx>),
Component(compute::ComputePre<ComponentCtx>),
Copy link
Contributor Author

@elliottt elliottt Sep 26, 2024

Choose a reason for hiding this comment

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

I think this is the most notable change, as we get the opportunity to cache the component export lookups when constructing the insance pre now.

@elliottt elliottt marked this pull request as ready for review September 26, 2024 17:22
wit-bindgen-rust-macro = { version = "0.25.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.32.0", default-features = false }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This update is what necessitated rebuilding the adapter.

@elliottt elliottt merged commit c9ad383 into main Sep 26, 2024
15 checks passed
@elliottt elliottt deleted the trevor/wasmtime-25 branch September 26, 2024 23:33
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