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

Ensure module attributes are applied to all modules. #1091

Merged

Commits on Nov 20, 2024

  1. Ensure module attributes are applied to all top-level modules.

    Effectively revert bytecodealliance#1089, and go back to putting `#[allow(dead_code)]`
    on all modules for now, because the code in bytecodealliance#1089 didn't work for
    interfaces defined inline inside of worlds, which turn into top-level
    modules in the Rust bindings.
    sunfishcode committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d692762 View commit details
    Browse the repository at this point in the history