wasi-sdk-12
wasi-sdk changes since wasi-sdk-11:
- Build and test SDK without requiring root (sudo) access (#143)
- Drop support for LLVM 8.0 (#151)
- Update to LLVM 11.0 (#110)
- Build windows SDK with MSVC instead of gcc (#164)
- Update how wasi-sdk uses cmake (#161)
- fix deb build (#167)
wasi-libc changes since wasi-sdk-11:
- Rename
__prepare_for_exit
to__wasm_call_dtors
(WebAssembly/wasi-libc#201) - Comment a use of
__attribute__((visibility("protected")))
(WebAssembly/wasi-libc#204) - Redefine the
access
bits to be compatible with other systems (WebAssembly/wasi-libc#210) - Activate use of __heap_base (WebAssembly/wasi-libc#215)
- New-style command support (WebAssembly/wasi-libc#203)
- Add basic emulation of getcwd/chdir (WebAssembly/wasi-libc#214)
- Update to musl 1.2.1 (WebAssembly/wasi-libc#222)
- Fix sinh's sign handling (WebAssembly/wasi-libc#225)