wasmtime

JIT runtime for WebAssembly modules using Cranelift compiler

brewmacoslinux
Try with needOr install directly
Source

About

Standalone JIT-style runtime for WebAssembly, using Cranelift

Commands

wasmtime

Examples

Execute a WebAssembly binary file$ wasmtime myprogram.wasm
Run a WASM file with command-line arguments$ wasmtime myprogram.wasm arg1 arg2
Compile a WASM module to native code ahead-of-time$ wasmtime compile myprogram.wasm -o myprogram.cwasm