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

Commits on Aug 7, 2024

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

Commits on Aug 12, 2024

  1. Add back VERSION file to release tarballs (#473)

    * Add back `VERSION` file to release tarballs
    
    Make sure it makes its way into the sysroot tarball and then copy it
    from the sysroot location to the top of the sdk tarball as well.
    
    Closes #471
    
    * Fix how `VERSION` is installed
    alexcrichton authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b416e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 27, 2024

  1. Disable tests/benchmarks for libcxx (#476)

    These aren't needed anyway and fix a build issue discovered in #474.
    Additionally a typo was fixed here too.
    alexcrichton authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f995dbe View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add llvm-dwp binary to toolchain (#478)

    There is an option to compile debug information to separate file. It's supported in Clang via -gsplit-dwarf to generate dwo files but we need llvm-dwp tool to combine them into single dwp file supported by Chrome DWARF extension https://developer.chrome.com/blog/faster-wasm-debugging
    quanterion authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c1b8811 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Bump wasm-component-ld to 0.5.7 (#484)

    Keeping it up-to-date with its release cadence.
    alexcrichton authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    754aec3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix installation and usage instructions in README.md (#488)

    * Add missing architecture URL part to the installation script
    
    * Remove unnecessary `export`s from installation instructions
    
    * Fix missing $ sign in export
    
    * Add `WASI_OS` as new parameter to use & install scripts in README
    
    ---------
    
    Co-authored-by: Andrew Brown <[email protected]>
    seclerp and abrown authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    adbbf2c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. LLVM 19 + setjmp/longjmp doc (#480)

    * llvmorg-19.1.0-rc3
    
    * document setjmp/longjmp support
    
    * README.md: mention SetjmpLongjmp.md
    
    * bump wasi-libc
    
    For following changes:
    
    * WebAssembly/wasi-libc#526
    * WebAssembly/wasi-libc#529
    
    * bump llvm to llvmorg-19.1.0-rc4
    
    * bump llvm to llvmorg-19.1.0
    yamt authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    54545d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update wasm-component-ld to 0.5.9 (#491)

    Pulling in some bug fixes and minor updates for the tool.
    alexcrichton authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cec5cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 29, 2024

  1. Update to the latest wasi-libc (2nd try) (#496)

    * Update to the latest wasi-libc.
    
    This contains two significant changes:
     - Implement a stub pthreads library for `THREAD_MODEL=single` (#518)
     - Initial FTS support (#522)
    
    * Update to the latest wasi-libc with build fix
    
    This update includes a build fix for shared library builds.
    
    ---------
    
    Co-authored-by: Dan Gohman <[email protected]>
    kateinoigakukun and sunfishcode authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3866d29 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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

Commits on Dec 12, 2024

  1. Update to the latest LLVM 19 and wasi-libc. (#502)

    Update to LLVM 19.1.5, and wasi-libc 574b88da. This notably picks up:
     - [WebAssembly] Fix rethrow's index calculation (llvm/llvm-project#114693)
     - [WebAssembly] Fix feature coalescing (llvm/llvm-project#110647)
    sunfishcode authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ccdf52e View commit details
    Browse the repository at this point in the history
Loading