wasmer

Universal WebAssembly runtime for executing WASM binaries

brewmacoslinux
Try with needOr install directly
Source

About

Universal WebAssembly Runtime

Commands

wasmer

Examples

Run a WebAssembly binary directly$ wasmer myprogram.wasm
Execute a WASM file with command-line arguments$ wasmer myprogram.wasm arg1 arg2
Compile a WebAssembly module to a native executable$ wasmer compile myprogram.wasm -o myprogram