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 the wasm-tools family of crates #8882

Merged
merged 2 commits into from
Jul 8, 2024

Commits on Jun 27, 2024

  1. Update the wasm-tools family of crates

    This notably brings in a limitation where component model flags types
    must have 32 or fewer flags in accordance with the transition plan of
    WebAssembly/component-model#370. A feature
    flag is added to go back to the previous behavior to avoid breaking
    anyone too much.
    
    This additionally brings in a fix for a panic when validating invalid
    modules with tail calls.
    alexcrichton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    50628a7 View commit details
    Browse the repository at this point in the history
  2. Add vet entries

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