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.45.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.45.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 5 contributors

Commits on Aug 27, 2025

  1. Disable unused-import warnings on __with_name* aliases. (#1372)

    * Disable unused-import warnings on `__with_name*` aliases.
    
    These don't always get used, so disable unused-import warnings for them.
    
    * Disable unused_lint_expectations warnings too; sometimes the aliases are used.
    
    * rustfmt
    
    * Fix more warnings.
    sunfishcode authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    93c9ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. fix(core): results for async task generation (#1374)

    This commit fixes the parameter generation when emitting the
    `AsyncTaskReturn` instruction -- in the past the "default" was expeted
    to be a single I32, but this was a misreading of the spec, it is
    possible for an task.return to return nothing if there are no results
    to return.
    vados-cosmonic authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ca55f12 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Fill out missing StreamRead::cancel implementation (#1376)

    Just a typo from when this was originally scaffolded.
    alexcrichton authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    3db0056 View commit details
    Browse the repository at this point in the history
  2. Release wit-bindgen 0.45.1 (#1378)

    [automatically-tag-and-release-this-commit]
    
    Co-authored-by: Auto Release Process <[email protected]>
    github-actions[bot] and Auto Release Process authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    5d37dfb View commit details
    Browse the repository at this point in the history
Loading