wasmtime-cli 36.0.13

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