Skip to content

wasi-sdk-11

Compare
Choose a tag to compare
@pchickey pchickey released this 04 Jun 04:14
ceabbfe

wasi-sdk changes since wasi-sdk-10:

  • Test signals (#140)
  • pull in wasi-libc in prep for release 11 (#141)
  • Add a basic mmap and munmap testcase. (#137)
  • Remove branch from LLVM submodule (#136)
  • Honor $CC and $CXX in test runner (#132)
  • update links to wasm org, avoid github redirect (#130)
  • Fix windows SDK builds (#126)
  • Update name of github artifact upload after #123 (#124)
  • Build against ubuntu xenial (#123)

wasi-libc changes since wasi-sdk-10:

  • Avoid calling poll_oneoff with zero subscriptions. (#162)
  • Merge the basics component into libc-bottom-half. (#199)
  • Rewrite the preopen functionality. (#173)
  • Replace old <signal.h> support with emulated <signal.h> support. (#183)
  • Reactor support. (#74)
  • Make mmap() possible to use in a conformant way. (#197)
  • Make munmap() actually work. (#198)
  • CI: use llvm 10.0.0 release (#194)
  • github ci: download llvm over https, add -L flag to curl

Note: The artifact wasi-sdk_11.0_amd64.deb is identical to wasi-sdk_11.0_amd64_ubuntu16.04.deb. In the future we will only upload the deb built on Ubuntu 16.04, and not include the _ubuntu16.04 suffix. See #142