Wasi-sdk 25 is now released: https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-25
Highlights include:
LLVM 19
Include llvm-dwp utility
Experimental setjmp/longjmp support (this depends on the Wasm exception-handling proposal)
What's Changed
Add wasi-sdk-p1.cmake to the artifacts by @SingleAccretion in #472
Add back VERSION file to release tarballs by @alexcrichton in #473
README.md: mention WASI_SDK_INSTALL_TO_CLANG_RE...
I sent https://github.com/rust-lang/rust/pull/134227 to update rust-lang/rust's CI
Bump to the latest wasi-sdk-25 release which brings in various wasi-libc updates as well as LLVM 19 as the version used to compile wasi-libc.
I should also add, this release was way easier than in the past, thanks to @Andrew Brown 's great release automation work!
Last updated: Dec 23 2024 at 12:05 UTC