Import the wasm2obj experiment and minimally update it.
This commit is contained in:
7
lib/wasm2obj/src/lib.rs
Normal file
7
lib/wasm2obj/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
extern crate cretonne;
|
||||
extern crate cton_wasm;
|
||||
extern crate faerie;
|
||||
|
||||
mod emit_module;
|
||||
|
||||
pub use emit_module::emit_module;
|
||||
Reference in New Issue
Block a user