Split the runtime and execution code into separate crates.
This commit is contained in:
11
lib/obj/Cargo.toml
Normal file
11
lib/obj/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "wasmstandalone_obj"
|
||||
version = "0.0.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
|
||||
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
|
||||
wasmstandalone_runtime = { path = "../runtime" }
|
||||
faerie = { git = "https://github.com/m4b/faerie" }
|
||||
Reference in New Issue
Block a user