Skip to content

wasi-sdk-17

Compare
Choose a tag to compare
@sunfishcode sunfishcode released this 06 Dec 20:58
· 111 commits to main since this release

wasi-sdk-17

  • Update to LLVM 15.0.6
  • Include the llvm-mc tool in the distribution
  • Update to wasi-libc 8b7148f69ae241a2749b3defe4606da8143b72e0
    • The major change in this version is that static constructors are no
      longer run on user exports.
      (WebAssembly/wasi-libc#328)
    • Add an __errno_location function, which returns the
      address of errno, making it easier to bind to from languages
      without direct TLS access.
    • Change readdir to call fstatat if d_ino is 0.
      (WebAssembly/wasi-libc#345)
    • Support -fstack-protector.