-
Notifications
You must be signed in to change notification settings - Fork 192
Comparing changes
Open a pull request
base repository: WebAssembly/wasi-sdk
base: wasi-sdk-24
head repository: WebAssembly/wasi-sdk
compare: wasi-sdk-25
- 13 commits
- 7 files changed
- 8 contributors
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd24b79 - Browse repository at this point
Copy the full SHA fd24b79View commit details
Commits on Aug 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b416e2b - Browse repository at this point
Copy the full SHA b416e2bView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91bca73 - Browse repository at this point
Copy the full SHA 91bca73View commit details
Commits on Aug 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for f995dbe - Browse repository at this point
Copy the full SHA f995dbeView commit details
Commits on Aug 28, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for c1b8811 - Browse repository at this point
Copy the full SHA c1b8811View commit details
Commits on Aug 30, 2024
-
Bump wasm-component-ld to 0.5.7 (#484)
Keeping it up-to-date with its release cadence.
Configuration menu - View commit details
-
Copy full SHA for 754aec3 - Browse repository at this point
Copy the full SHA 754aec3View commit details
Commits on Sep 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for adbbf2c - Browse repository at this point
Copy the full SHA adbbf2cView commit details
Commits on Sep 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 54545d5 - Browse repository at this point
Copy the full SHA 54545d5View commit details
Commits on Oct 1, 2024
-
Update wasm-component-ld to 0.5.9 (#491)
Pulling in some bug fixes and minor updates for the tool.
Configuration menu - View commit details
-
Copy full SHA for cec5cf4 - Browse repository at this point
Copy the full SHA cec5cf4View commit details
Commits on Oct 11, 2024
-
Update wasm-component-ld to 0.5.10 (#493)
Pulling in a fix for bytecodealliance/wasm-tools#1850.
Configuration menu - View commit details
-
Copy full SHA for 5e04cd8 - Browse repository at this point
Copy the full SHA 5e04cd8View commit details
Commits on Oct 29, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3866d29 - Browse repository at this point
Copy the full SHA 3866d29View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0736186 - Browse repository at this point
Copy the full SHA 0736186View commit details
Commits on Dec 12, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for ccdf52e - Browse repository at this point
Copy the full SHA ccdf52eView 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 wasi-sdk-24...wasi-sdk-25