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

Remove support for 33+ flags and multiple returns #2050

Conversation

alexcrichton
Copy link
Member

This commit removes the feature gates of supporting 33-or-more flags in the component model and also being able to support named or multiple return types. These have been gated to return an error for some time now and no issues have arisen so now seems as good a time as any to remove the internal implementation details. This simplifies the representation of function return types and is intended to help make the internals here easier to understand for newcomers.

This commit removes the feature gates of supporting 33-or-more flags in
the component model and also being able to support named or multiple
return types. These have been gated to return an error for some time now
and no issues have arisen so now seems as good a time as any to remove
the internal implementation details. This simplifies the representation
of function return types and is intended to help make the internals
here easier to understand for newcomers.
@alexcrichton alexcrichton added this pull request to the merge queue Feb 14, 2025
Merged via the queue into bytecodealliance:main with commit 03876cb Feb 14, 2025
31 checks passed
@alexcrichton alexcrichton deleted the remove-component-model-features branch February 14, 2025 17:16
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