wasm-micro-runtime

WebAssembly runtime for running WASM applications on embedded systems

brewmacoslinux
Try with needOr install directly
Source

About

WebAssembly Micro Runtime (WAMR)

Commands

iwasm

Examples

Run a WebAssembly module$ iwasm module.wasm
Run WASM module with command-line arguments$ iwasm module.wasm arg1 arg2
Run WASM module with verbose output$ iwasm -v module.wasm