14 lines
365 B
TOML
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" }
|