wasi-sdk-17
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 callfstatat
ifd_ino
is 0.
(WebAssembly/wasi-libc#345) - Support -fstack-protector.
- The major change in this version is that static constructors are no