github-actions
released this
02 Aug 18:36
·
11 commits
to main
since this release
What's Changed
- Add a CI check for testing toolchains as-distributed by @alexcrichton in #449
- Refactor handling env vars in CI build by @alexcrichton in #455
- Prune ccache caches in CI on each run by @alexcrichton in #457
- Remove cmake_minimum_required from toolchain files by @thewtex in #412
- Use MSVC for the Windows toolchain instead of MinGW by @alexcrichton in #456
- Retire clang_version by @yamt in #451
- Add full LTO build of wasi-libc and libc++ by @yamt in #436
- Update wasi-libc by @yamt in #458
- Clone a larger depth in submodules by @alexcrichton in #464
- Fix testing the right targets on CI by @alexcrichton in #461
- Add some CMake guards when building the sysroot by @alexcrichton in #462
- Add
wasi-sdk-p1.cmake
by @abrown in #459 - Run wasm tests on Windows by @alexcrichton in #466
- Add a test on CI that just the sysroot can be built by @alexcrichton in #465
- Update wasm-component-ld to 0.5.6 by @alexcrichton in #467
New Contributors
Full Changelog: wasi-sdk-23...wasi-sdk-24