Files
wasmtime/lib/obj/src/lib.rs
2018-05-14 12:58:28 -10:00

9 lines
170 B
Rust

extern crate cretonne_codegen;
extern crate cretonne_wasm;
extern crate faerie;
extern crate wasmstandalone_runtime;
mod emit_module;
pub use emit_module::emit_module;