Path to this page:
Subject: CVS commit: pkgsrc/lang/wasi-libc
From: Ryo ONODERA
Date: 2021-12-19 14:38:56
Message id: 20211219133857.084CCFAEC@cvs.NetBSD.org
Log Message:
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.
Files: