JIT runtime for WebAssembly modules using Cranelift compiler
Standalone JIT-style runtime for WebAssembly, using Cranelift
wasmtime
$ wasmtime myprogram.wasm
$ wasmtime myprogram.wasm arg1 arg2
$ wasmtime compile myprogram.wasm -o myprogram.cwasm