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: WebAssembly/wabt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.38
Choose a base ref
...
head repository: WebAssembly/wabt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.39
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 30, 2025

  1. [CI] Disable fail-fast for release builder (#2651)

    Without this, the failure of one release builder will cancel any other
    outstanding ones. This setting defaults to `true`.
    sbc100 authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    1f454c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Configuration menu
    Copy the full SHA
    9cf4a0b View commit details
    Browse the repository at this point in the history
  2. [wasm2c] Add more debugging for sigaltstack failures. NFC (#2652)

    Some test recently starting failing on the macOS CI runner.
    sbc100 authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    236c48d View commit details
    Browse the repository at this point in the history
  3. Temporarily disable macos-latest testing. NFC (#2657)

    Switch to macos-14 rather then macos-latest until we can figure out why
    some wasm2c tests are failing there #2654.
    sbc100 authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    74cc83c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    4a3ef84 View commit details
    Browse the repository at this point in the history
  2. CMakeLists.txt: Update version to 1.0.38 (#2659)

    I should have done this before tagging he release but forgot.
    
    We are also lacking some binaries for 1.0.38 so I think we should tag
    1.0.39 soon a call 1.0.38 a failures.
    
    See #2658
    sbc100 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    34eb922 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Add arm64 linux release binaries. NFC (#2650)

    Also, standardize the naming of the downloadable assets to use `arm64` and `x64` for the names of the two architectures we currently support.
    KKiiim authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    75b1079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad75c5e View commit details
    Browse the repository at this point in the history
Loading