Files
wasmtime/lib/wasm2cretonne/Cargo.toml
2017-08-10 16:05:04 -07:00

11 lines
231 B
TOML

[package]
name = "wasm2cretonne"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
[dependencies]
wasmparser = "0.6.1"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }