Dumped code from the wasm2cretonne repo
This commit is contained in:
10
lib/wasm2cretonne/Cargo.toml
Normal file
10
lib/wasm2cretonne/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "wasm2cretonne"
|
||||
version = "0.0.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
wasmparser = "0.6.1"
|
||||
cretonne = { path = "../cretonne" }
|
||||
cretonne-frontend = { path = "../frontend" }
|
||||
Reference in New Issue
Block a user