Skip to content

wasi-sdk-16

Compare
Choose a tag to compare
@sunfishcode sunfishcode released this 03 Jun 00:55
· 112 commits to main since this release
  • Update to LLVM 14.0.4.
  • Update wasi-libc to 30094b6ed05f19cee102115215863d185f2db4f0.
    • Fix utimensat to avoid passing uninitialized values into WASI calls.
    • Optimize memcpy etc. using bulk-memory
    • Update to musl 1.2.3.
    • Fix gettimeofday to correctly handle a null argument.
    • Remove support for __original_main. (#295)