Split the runtime and execution code into separate crates.
This commit is contained in:
8
lib/obj/src/lib.rs
Normal file
8
lib/obj/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
extern crate cretonne;
|
||||
extern crate cton_wasm;
|
||||
extern crate faerie;
|
||||
extern crate wasmstandalone_runtime;
|
||||
|
||||
mod emit_module;
|
||||
|
||||
pub use emit_module::emit_module;
|
||||
Reference in New Issue
Block a user