WASI libc implementation for WebAssembly https://github.com/WebAssembly/wasi-libc
Go to file
2024-09-15 11:47:10 +02:00
README.md package created using the webbuild interface [release 0+20240828git.1b19fc6-1mamba;Sat Sep 14 2024] 2024-09-15 11:47:10 +02:00
wasi-libc.spec package created using the webbuild interface [release 0+20240828git.1b19fc6-1mamba;Sat Sep 14 2024] 2024-09-15 11:47:10 +02:00

wasi-libc

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.