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

Limit component model flags to 32 #1635

Merged
merged 2 commits into from
Jun 25, 2024

Commits on Jun 24, 2024

  1. Limit component model flags to 32

    This commit is an attempt to explore the design space of
    WebAssembly/component-model#370. This limits, by default, the number of
    flags in a component model type to 32 by default. The hope of this issue
    is to be able to ratchet the maximum number of flags to make it easier
    on bindings generators to not need to work with arbitrary numbers of
    flags. The secondary hope is that we can ratchet flags straight to 32
    instead of 64 due to it being unlikely that more than 32 flags are in
    use. Once this percolates there can then be a separate feature for
    enabling 33-64 flags.
    alexcrichton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fe55b3b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Drop a link

    alexcrichton committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0c786f8 View commit details
    Browse the repository at this point in the history