Dumped code from the wasm2cretonne repo

This commit is contained in:
Denis Merigoux
2017-08-10 16:05:04 -07:00
parent 378e7cfe6b
commit 234e72a5b3
400 changed files with 3552 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ path = "src/cton-util.rs"
[dependencies]
cretonne = { path = "lib/cretonne" }
cretonne-reader = { path = "lib/reader" }
cretonne-frontend = { path ="lib/frontend" }
cretonne-frontend = { path = "lib/frontend" }
wasm2cretonne-util = { path = "lib/wasm2cretonne-util" }
filecheck = { path = "lib/filecheck" }
docopt = "0.8.0"
serde = "1.0.8"