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

Avoid a few clones in ABI conversion #5867

Merged
merged 5 commits into from
Mar 7, 2025
Merged

Avoid a few clones in ABI conversion #5867

merged 5 commits into from
Mar 7, 2025

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Mar 4, 2025

We have a few structs that are only used to bounce data into WASM, but they copied a bunch of data needlessly. This PR gets rid of these copies

@fordN fordN requested a review from isum March 4, 2025 16:58
@lutter lutter merged commit 737014a into master Mar 7, 2025
6 checks passed
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