wasmedge

Lightweight WebAssembly runtime for executing WASM programs

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight, high-performance, and extensible WebAssembly runtime

Commands

wasmedge

Examples

Run a WebAssembly binary file$ wasmedge program.wasm
Execute WASM with command-line arguments$ wasmedge program.wasm arg1 arg2
Run WASM in reactor mode (for library functions)$ wasmedge --reactor program.wasm function_name