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

@@ -0,0 +1,11 @@
[package]
name = "wasmstandalone"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
[dependencies]
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }
wasm2cretonne = { path = "../wasm2cretonne" }
region = "0.0.8"