Files
wasmtime/lib/wasm2cretonne/Cargo.toml
2017-08-11 15:49:47 -07:00

14 lines
365 B
TOML

[package]
name = "wasm2cretonne"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[dependencies]
wasmparser = "0.6.1"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }