reverse dependency
https://github.com/CraneStation/wasmtime/pull/186#discussion_r302780035
This commit is contained in:
committed by
Dan Gohman
parent
748abd97d6
commit
d27d190b74
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user