9 lines
150 B
Rust
9 lines
150 B
Rust
extern crate cretonne;
|
|
extern crate cton_wasm;
|
|
extern crate faerie;
|
|
extern crate wasmstandalone;
|
|
|
|
mod emit_module;
|
|
|
|
pub use emit_module::emit_module;
|