wasi-runtimes

WASI runtimes for Compiler-RT and libc++ support

brewmacoslinux
Try with needOr install directly
Source

About

Compiler-RT and libc++ runtimes for WASI

Commands

wasi-runtimes

Examples

Install WASI runtime libraries for WebAssembly development$ brew install wasi-runtimes
Verify WASI runtime installation and version$ brew info wasi-runtimes
Use WASI runtimes with clang to compile WebAssembly targets$ clang --target=wasm32-wasi -o program.wasm program.c