summaryrefslogtreecommitdiff
path: root/crates/cli/README.md
blob: aa4d0c886f1f9c26e3384a08217aeb8e7fd5f08b (plain)
# `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
```