Standard C library implementation for WebAssembly System Interface
Libc implementation for WebAssembly
wasi-libc$ clang --target=wasm32-wasi -c program.c -o program.o$ wasm-ld program.o -lc -o program.wasm$ ls $(brew --prefix wasi-libc)/share/wasi-sysroot