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

[23.0.0] Update the wasm-tools family of crates #8909

Commits on Jul 8, 2024

  1. Update the wasm-tools family of crates (bytecodealliance#8882)

    * 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.
    
    * Add vet entries
    alexcrichton committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3543e78 View commit details
    Browse the repository at this point in the history