Commit graph

2 commits

Author SHA1 Message Date
wiz
e98ead683f wasi-libc: update to 0.0.0pre20220311.
Disable symbol comparison, since it fails for a couple of people
and mef's bulk build.

Changes:

Enable support for utimes and futimesat.
more graphical code
chdir: fixing a malloc'ed buffer that was not large enough
2022-03-15 14:33:22 +00:00
ryoon
095a21bf33 lang/wasi-libc: import wasi-libc-0.0.0pre20210923
WASI Libc is a libc for WebAssembly programs built on top of WASI
system calls. It provides a wide array of POSIX-compatible C APIs,
including support for standard I/O, file I/O, filesystem manipulation,
memory management, time, string, environment variables, program
startup, and many other APIs.

WASI Libc is sufficiently stable and usable for many purposes, as
most of the POSIX-compatible APIs are stable, though it is continuing
to evolve to better align with wasm and WASI.
2021-12-19 13:38:56 +00:00