wasi-sdk-18
Pre-release
Pre-release
-
Build macOS universal binaries (#270)
-
Update to the latest wasi-libc (#283)
- Don't use sbrk(0) to determine the initial heap size (WebAssembly/wasi-libc#377)
- Fix more headers to avoid depending on
max_align_t
(WebAssembly/wasi-libc#375) - Use
ENOENT
rather thanENOTCAPABLE
for missing preopens. (WebAssembly/wasi-libc#370) - Adjust Makefile for LLVM trunk (16) as of 2022-11-08 (WebAssembly/wasi-libc#344)
NOTE: This release changes the behavior of malloc in programs compiled with -Wl,--initial-memory
to use memory.grow
rather than using all the statically-allocated memory. This will be fixed in wasi-sdk-19.