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: v1.238.0
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: v1.238.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    4c16e95 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. json-from-wast: Fix generation of DWARF (#2296)

    This fixes an accidental bug from #2247 where DWARF was not actually
    generated in the individual wasm modules for an input `*.wast` when
    requested. This was due to the fact that it was inserted in the wrong
    location after the file was originally created, only affecting `module
    quote ...` for example.
    alexcrichton authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    8932c21 View commit details
    Browse the repository at this point in the history
  2. Release wasm-tools 1.238.1 (#2297)

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