WebAssembly System Interface (WASI) SDK. Provides a clang compiler, wasm-ld linker, llvm-ar, and other tools configured to target wasm32-wasi by default, along with the WASI cmake toolchain files. Install port:wasi-libc to get the WASI sysroot required for compiling programs, or install port:wasi-sdk to get both.
WebAssembly System Interface (WASI) SDK. Provides a clang compiler, wasm-ld linker, llvm-ar, and other tools configured to target wasm32-wasi by default, along with the WASI cmake toolchain files. Install port:wasi-libc to get the WASI sysroot required for compiling programs, or install port:wasi-sdk to get both.
To install wasi-clang, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wasi-clang
To see what files were installed by wasi-clang, run:
port contents wasi-clang
To later upgrade wasi-clang, run:
sudo port selfupdate && sudo port upgrade wasi-clang
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.