Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bytecodealliance/wit-bindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.57.0
Choose a base ref
...
head repository: bytecodealliance/wit-bindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.57.1
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 17, 2026

  1. Remove async feature of wit-bindgen-rust-macros (#1595)

    This removes the `async` feature which is purely used for an error
    message and that's it. While the error message is useful the way that
    the feature is activated results in an unfortunate interaction with
    Cargo dependencies and how lock files are generated. Notably the
    conditional `a?/b` syntax means that even when a Cargo feature is
    disabled the full dependency tree shows up in lock files (for now). The
    dependency tree of `wit-bindgen-rust-macros` is quite large, which is
    why it's an optional feature, so this is undesirable.
    alexcrichton authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    f2c3e9f View commit details
    Browse the repository at this point in the history
  2. Release wit-bindgen 0.57.1 (#1596)

    [automatically-tag-and-release-this-commit]
    
    Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
    github-actions[bot] and Auto Release Process authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    2e00369 View commit details
    Browse the repository at this point in the history
Loading