# `tinywasm-cli` The `tinywasm-cli` crate contains the command line interface for the `tinywasm` project. See [`tinywasm`](https://crates.io/crates/tinywasm) for more information. It is recommended to use the library directly instead of the CLI. ## Usage ```bash $ cargo install tinywasm-cli $ tinywasm-cli --help $ tinywasm-cli run ./module.wasm $ tinywasm-cli run ./module.wasm -f add -a i32:1 -a i32:2 ```