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

Override component model Lower::store_list and Lift::load_list for f32/f64 #9892

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kaivol
Copy link

@kaivol kaivol commented Dec 23, 2024

Added overrides for Lower::store_list and Lift::load_list for floating point numbers to reduce overhead when passing or returning list<f32> and list<f64> to/from components.

I based this on the respective implementation for integers.

@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:api Related to the API of the `wasmtime` crate itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant