wasmtime-cli 47.0.3

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
(module
    (func (export "_start")
        unreachable
    )
)