wasi-sdk-22
What's Changed
- build and test
wasm32-wasi-preview2
target by @dicej in #370 - doc: remember to tag wasi-libc during a release by @abrown in #374
- update wasi-libc and Makefile to fix
<fstream>
by @dicej in #375 - doc: fix release docs by @abrown in #368
- Update README to use the name "WASI SDK" consistently by @brettcannon in #384
- Fix cmake_build_type typo by @Changqing-JING in #382
- Use
apt-get autoremove
to clean up dependencies in Docker by @andylizi in #380 - Start renaming preview1 to p1 and preview2 to p2 by @alexcrichton in #386
- Refactor installation of wasmtime/wasm-tools on CI by @alexcrichton in #387
- Add target-prefixed executables to the installation
bin
directory by @alexcrichton in #388 - Bump to LLVM 18.1.0 by @alexcrichton in #393
- Update versions of actions used on CI by @alexcrichton in #396
- Fix a flaky test failure in getentropy.c by @alexcrichton in #398
- Support getting LLVM version from its new location by @glandium in #399
- Replace the version scripts by @abrown in #392
- update wasi-libc and fix out-of-date tests by @dicej in #403
- Update LLVM to 18.1.2 and add wasm-component-ld by @alexcrichton in #402
- update wasi-libc submodule by @dicej in #407
- Force-fetch tags in CI to fix
git describe
by @alexcrichton in #410 - Don't add git hash to version if minor==0 by @alexcrichton in #409
New Contributors
- @Changqing-JING made their first contribution in #382
- @andylizi made their first contribution in #380
Full Changelog: wasi-sdk-21...wasi-sdk-22