Files
wasmtime/lib/obj/Cargo.toml

13 lines
284 B
TOML

[package]
name = "wasmtime_obj"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cretonne-codegen = "0.13.0"
cretonne-wasm = "0.13.0"
wasmtime_runtime = { path = "../runtime" }
faerie = "0.4.2"