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 new wit-smith subcommand #992

Merged
merged 2 commits into from
Apr 22, 2023

Commits on Apr 20, 2023

  1. Add a new wit-smith subcommand

    This commit extracts the WIT document generation from the
    `roundtrip-wit` fuzzer into a dedicated crate and a dedicated
    subcommand, `wasm-tools wit-smith`. This is intended to behave similarly
    to the `wasm-tools smith` subcommand but it instead generates a
    WebAssembly binary-encoded WIT document.
    alexcrichton committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1eee1ac View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    a5dd1d1 View commit details
    Browse the repository at this point in the history