Yury Delendik
2019-07-12 15:00:01 -05:00
committed by Dan Gohman
parent 748abd97d6
commit d27d190b74
9 changed files with 46 additions and 38 deletions

View File

@@ -37,6 +37,7 @@ extern crate std;
#[macro_use]
extern crate failure_derive;
mod address_map;
mod compilation;
mod func_environ;
mod module;
@@ -48,6 +49,7 @@ pub mod cranelift;
#[cfg(feature = "lightbeam")]
pub mod lightbeam;
pub use crate::address_map::{FunctionAddressMap, InstructionAddressMap, ModuleAddressMap};
pub use crate::compilation::{
Compilation, CompileError, Compiler, Relocation, RelocationTarget, Relocations,
};