Files
wasmtime/lib/wasm/Cargo.toml
Jakob Stoklund Olesen 9bc4264a33 Update dependency to wasmparser v0.8.2.
Soon we'll need the BinaryReader::read_local_decl() method which was
added in that release.
2017-09-01 09:31:39 -07:00

14 lines
365 B
TOML

[package]
name = "cretonne-wasm"
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.8.2"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }