Files
wasmtime/examples/wasi/wasm/Cargo.toml
Dan Gohman 6fa9be7767 Wasmtime 0.13.0 and Cranelift 0.61.0. (#1398)
This also updates the publishing scripts to work with newly added
and reorganized crates.
2020-03-26 13:19:02 -07:00

11 lines
174 B
TOML

[package]
name = "example-wasi-wasm"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
publish = false
[[bin]]
path = "wasi.rs"
name = "wasi"