mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Update Cranelift to 0.82
This commit is contained in:
@@ -54,7 +54,6 @@ mod address_map;
|
||||
mod compiler;
|
||||
mod error;
|
||||
mod function;
|
||||
mod jump_table;
|
||||
mod module;
|
||||
mod relocation;
|
||||
mod target;
|
||||
@@ -76,7 +75,6 @@ pub use crate::function::{
|
||||
Compilation, CompiledFunction, CompiledFunctionFrameInfo, CustomSections, Dwarf, FunctionBody,
|
||||
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};
|
||||
|
||||
Reference in New Issue
Block a user