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

Add a test that fuzzers generate wasm proposals #9452

Merged

Commits on Oct 10, 2024

  1. Add a test that fuzzers generate wasm proposals

    This commit adds a test to the `wasmtime-fuzzing` crate as a
    sanity-check that eventually a module is generated requiring all of the
    features that wasmtime supports. This is intended to be another
    double-check in the process of enabling a proposal in Wasmtime by
    ensuring that the feature is added to this list which then transitively
    requires that fuzzing eventually generates a module needing that feature.
    
    cc bytecodealliance#9449
    alexcrichton committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fd0f558 View commit details
    Browse the repository at this point in the history