wasmtime-cli 45.0.0

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