mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +00:00
Use FunctionBinaryReader instead of Middleware
This commit is contained in:
@@ -87,9 +87,9 @@ pub use crate::target::{
|
||||
};
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
translate_module, wptype_to_type, FunctionBodyData, FunctionMiddleware, MiddlewareBinaryReader,
|
||||
MiddlewareReaderState, ModuleEnvironment, ModuleInfoTranslation, ModuleMiddleware,
|
||||
ModuleMiddlewareChain, ModuleTranslationState,
|
||||
translate_module, wptype_to_type, FunctionBinaryReader, FunctionBodyData, FunctionMiddleware,
|
||||
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleInfoTranslation,
|
||||
ModuleMiddleware, ModuleMiddlewareChain, ModuleTranslationState,
|
||||
};
|
||||
pub use crate::trap::TrapInformation;
|
||||
pub use crate::unwind::CompiledFunctionUnwindInfo;
|
||||
|
||||
Reference in New Issue
Block a user