wasmtime-cli 43.0.1

Command-line interface for Wasmtime
Documentation
1
2
3
4
(module
    (func $hello (import "global" "hello"))
    (func (export "run") (call $hello))
)