Skip to content

wasi-sdk-19

Compare
Choose a tag to compare
@sunfishcode sunfishcode released this 13 Jan 20:17
· 101 commits to main since this release
4c06888

wasi-sdk-19

  • Specify CMAKE_OSX_DEPLOYMENT_TARGET when building llvm (#285)
  • Update llvm-project to the latest release/15.x (#286)
  • Add README section for docker image (#282)

Note to users using -Wl,--initial-memory= and using the wasi-sysroot here with their own clang rather than using the clang provided here: This wasi-sysroot's wasi-libc's malloc implementation will not be able to use the full memory made available by -Wl,--initial-memory= unless it is linked with a wasm-ld from LLVM 15.0.7 or later.