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/cap-std
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cap-std-v3.4.4
Choose a base ref
...
head repository: bytecodealliance/cap-std
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cap-std-v3.4.5
Choose a head ref
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 24, 2025

  1. Fix elided namespace warnings in Rust 1.90. (#397)

    * Fix elided namespace warnings in Rust 1.90.
    
    CI builds with warnings-as-errors, so this is needed to fix CI.
    
    * Update CI from windows-2019 to windows-2022.
    sunfishcode authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    fed52b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e1145 View commit details
    Browse the repository at this point in the history
  3. Fix Dir::symlink_metadata of "/" on Linux. (#396)

    Fix an overzealous optimization on Linux which inappropriately allowed
    `Dir::symlink_metadata` on a path of "/" to succeed.
    
    Fixes bytecodealliance/wasmtime#11606.
    sunfishcode authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    4e8ba00 View commit details
    Browse the repository at this point in the history
  4. chore: Release

    sunfishcode committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    e8cbd4b View commit details
    Browse the repository at this point in the history
Loading