mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
[compiler] simplified codebase (we can factor this out)
This commit is contained in:
@@ -88,8 +88,8 @@ pub use crate::target::{
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
translate_module, wptype_to_type, FunctionBinaryReader, FunctionBodyData, FunctionMiddleware,
|
||||
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleInfoTranslation,
|
||||
ModuleMiddleware, ModuleMiddlewareChain, ModuleTranslationState,
|
||||
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleMiddleware,
|
||||
ModuleMiddlewareChain, ModuleTranslationState,
|
||||
};
|
||||
pub use crate::trap::TrapInformation;
|
||||
pub use crate::unwind::CompiledFunctionUnwindInfo;
|
||||
|
||||
Reference in New Issue
Block a user