WebAssembly System Interface (WASI) SDK. Provides the WASI sysroot: wasi-libc, compiler-rt builtins for wasm32, and libc++/libc++abi for use with the wasi-clang compiler toolchain.
WebAssembly System Interface (WASI) SDK. Provides the WASI sysroot: wasi-libc, compiler-rt builtins for wasm32, and libc++/libc++abi for use with the wasi-clang compiler toolchain.
To install wasi-libc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wasi-libc
To see what files were installed by wasi-libc, run:
port contents wasi-libc
To later upgrade wasi-libc, run:
sudo port selfupdate && sudo port upgrade wasi-libc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.