xref: /wasmtime-44.0.1/examples/wasm/Cargo.toml (revision 50307096)
1[package]
2name = "example-wasi-wasm"
3version = "0.0.0"
4authors = ["The Wasmtime Project Developers"]
5edition = "2021"
6publish = false
7
8[[bin]]
9path = "wasi.rs"
10name = "wasi"
11