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/wasm-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bytecodealliance/wasm-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-224
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 5, 2025

  1. Fix tests on nightly (#1999) (#2001)

    Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
    the same instead of having one be manual and one be derived. This is
    required to account for a small behavior change in nightly Rust.
    alexcrichton authored Feb 5, 2025
    Copy the full SHA
    92f456a View commit details
  2. Updates to wasm-tool's release process (#2021) (#2032)

    * Enable releases to happen on `release-*` branches, not just `main`
    * PRs to bump versions from `release-*` branches now have the correct
      base branch.
    * Logic for publication was moved from `.github/workflows/publish.yml`
      to `.github/actions/publish-release` to be able to share logic with
      `main.yml`. This is because releases from `main` always have the merge
      queue first, hence the `publish.yml` workflow, but releases from a
      `release-*` branch don't have a merge queue meaning it has to run at
      the end of normal CI.
    * Some various conditions were tweaked for various conditions to assist
      with external testing of the release workflow, e.g. dropinng
      requirements for repos to be in the `bytecodealliance` organization.
    * The `main.yml` CI now runs for all pushes to `release-*` branches,
      enabling artifacts being built for publication.
    alexcrichton authored Feb 5, 2025
    Copy the full SHA
    fde02dc View commit details
  3. Release wasm-tools 1.224.1 (#2010)

    * Release wasm-tools 1.224.1
    
    [automatically-tag-and-release-this-commit]
    
    * Add release branch to publish workflow
    
    ---------
    
    Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
    Co-authored-by: Alex Crichton <alex@alexcrichton.com>
    3 people authored Feb 5, 2025
    Copy the full SHA
    0155f1a View commit details
  4. Remove now-unneeded publish.yml on release branch (#2040)

    This was me thrashing trying to find a good solution. I forgot to remove
    this before merging the release PRs.
    alexcrichton authored Feb 5, 2025
    Copy the full SHA
    b1e8b03 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...release-224