Files
wasmtime/lib/obj/Cargo.toml

12 lines
367 B
TOML

[package]
name = "wasmstandalone_obj"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
[dependencies]
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
wasmstandalone_runtime = { path = "../runtime" }
faerie = { git = "https://github.com/m4b/faerie" }