Linker for wasm32-wasip2 WebAssembly components. Wraps the standard WebAssembly linker (wasm-ld) to produce WebAssembly component binaries targeting wasm32-wasip2 (WASI Preview 2). Used alongside the wasi-sdk compiler toolchain.
Linker for wasm32-wasip2 WebAssembly components. Wraps the standard WebAssembly linker (wasm-ld) to produce WebAssembly component binaries targeting wasm32-wasip2 (WASI Preview 2). Used alongside the wasi-sdk compiler toolchain.
To install wasm-component-ld, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wasm-component-ld
To see what files were installed by wasm-component-ld, run:
port contents wasm-component-ld
To later upgrade wasm-component-ld, run:
sudo port selfupdate && sudo port upgrade wasm-component-ld
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.