Files
wasmtime/examples/tokio/wasm/Cargo.toml
Pat Hickey 759019811e add tokio example
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
2021-04-13 17:52:52 -07:00

11 lines
187 B
TOML

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