wasm-component-ld

Linker for creating WebAssembly components from modules

brewmacoslinux
Try with needOr install directly
Source

About

Linker for creating WebAssembly components

Commands

wasm-component-ld

Examples

Link a WebAssembly module into a component$ wasm-component-ld input.wasm -o output.wasm
Link with custom adapter modules$ wasm-component-ld main.wasm --adapter wasi_snapshot_preview1=adapter.wasm -o component.wasm
Display help and available options$ wasm-component-ld --help