mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Export wptype_to_type from wasmer_compiler.
Also fix up its error message when it fails. Use it in compiler-llvm and remove one of compiler-llvm's copies of this function.
This commit is contained in:
@@ -84,8 +84,8 @@ pub use crate::target::{
|
||||
};
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
to_wasm_error, translate_module, FunctionBodyData, ModuleEnvironment, ModuleInfoTranslation,
|
||||
ModuleTranslationState,
|
||||
to_wasm_error, translate_module, wptype_to_type, FunctionBodyData, ModuleEnvironment,
|
||||
ModuleInfoTranslation, ModuleTranslationState,
|
||||
};
|
||||
pub use crate::trap::TrapInformation;
|
||||
pub use crate::unwind::{CompiledFunctionUnwindInfo, FDERelocEntry, FunctionTableReloc};
|
||||
|
||||
Reference in New Issue
Block a user