mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Deprecate to_wasm_error
This commit is contained in:
@@ -84,10 +84,13 @@ pub use crate::target::{
|
||||
PointerWidth, Target, Triple,
|
||||
};
|
||||
#[cfg(feature = "translator")]
|
||||
#[allow(deprecated)]
|
||||
pub use crate::translator::to_wasm_error;
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
to_wasm_error, translate_module, wptype_to_type, FunctionBodyData, FunctionMiddleware,
|
||||
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleInfoTranslation,
|
||||
ModuleMiddleware, ModuleMiddlewareChain, ModuleTranslationState,
|
||||
translate_module, wptype_to_type, 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