Files
wasmtime/examples/fib-debug/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

12 lines
199 B
TOML

[package]
name = "example-fib-debug-wasm"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
publish = false
[lib]
crate-type = ["cdylib"]
path = "fib.rs"
name = "fib"