mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Refactored Compilers
This commit is contained in:
@@ -57,6 +57,7 @@ mod compiler;
|
||||
mod error;
|
||||
mod function;
|
||||
mod jump_table;
|
||||
mod module;
|
||||
mod relocation;
|
||||
mod target;
|
||||
mod trap;
|
||||
@@ -76,6 +77,7 @@ pub use crate::function::{
|
||||
Functions,
|
||||
};
|
||||
pub use crate::jump_table::{JumpTable, JumpTableOffsets};
|
||||
pub use crate::module::CompileModuleInfo;
|
||||
pub use crate::relocation::{Relocation, RelocationKind, RelocationTarget, Relocations};
|
||||
pub use crate::section::{CustomSection, CustomSectionProtection, SectionBody, SectionIndex};
|
||||
pub use crate::sourceloc::SourceLoc;
|
||||
|
||||
Reference in New Issue
Block a user