wasi-sdk-23
github-actions
released this
17 Jul 22:35
·
26 commits
to main
since this release
What's Changed
- Add python3 as build requirement to README by @imrying in #415
- Update the version of
wasm-component-ld
used by @alexcrichton in #416 - exclude 32-bit Windows artifact in download-workflow-artifacts.sh by @dicej in #417
- Add DWARF debugging information to all artifacts by default by @alexcrichton in #422
- Pass
-O2 -DNDEBUG
to wasi-libc again by @alexcrichton in #423 - Update docker image to LLVM 18 by @anuraaga in #427
- add wasi-sdk-p2.cmake by @dicej in #430
- Avoid extra Cargo installation artifacts by @abrown in #432
- Update to the latest wasi-libc. by @sunfishcode in #435
- Rewrite the build system with CMake by @alexcrichton in #429
- README.md: update build instructions by @yamt in #437
- Expand README build instructions by @alexcrichton in #438
- Link LLVM-based tools dynamically to LLVM (take 2) by @alexcrichton in #441
- Automate more of the release process by @alexcrichton in #440
- Fix determination of wasi-sdk version when built in a subdirectory by @whitequark in #443
- Update build of toolchain/sysroot to not touch installation root by @alexcrichton in #446
- Update wasm-component-ld to 0.5.4 by @alexcrichton in #439
- update wasm-component-ld to 0.5.5 by @dicej in #448
- Don't modify the host compiler's sysroot by @alexcrichton in #445
New Contributors
Full Changelog: wasi-sdk-22...wasi-sdk-23