wazero

Zero dependency WebAssembly runtime written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Zero dependency WebAssembly runtime

Commands

wazero

Examples

Run a WebAssembly binary file$ wazero run program.wasm
Execute a specific function in a WASM module with arguments$ wazero run program.wasm add 5 3
Display version information$ wazero version