wasm3

High performance WebAssembly interpreter for executing WASM modules

brewmacoslinux
Try with needOr install directly
Source

About

High performance WebAssembly interpreter

Commands

wasm3

Examples

Execute a WebAssembly module$ wasm3 module.wasm
Run a WASM module with function arguments$ wasm3 module.wasm function_name arg1 arg2
Execute WASM module and call main function$ wasm3 --func main program.wasm