Import the wasm2obj experiment and minimally update it.

This commit is contained in:
Dan Gohman
2017-09-23 14:55:22 -07:00
parent 06f0b00c2d
commit 0c78a2f298
8 changed files with 300 additions and 13 deletions

7
lib/wasm2obj/src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
extern crate cretonne;
extern crate cton_wasm;
extern crate faerie;
mod emit_module;
pub use emit_module::emit_module;