mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Fix trap reporting for unreachable errors in the Singlepass backend
This commit is contained in:
@@ -312,8 +312,8 @@ pub mod error {
|
||||
//! Various error types returned by Wasmer APIs.
|
||||
pub use wasmer_runtime_core::backend::ExceptionCode;
|
||||
pub use wasmer_runtime_core::error::{
|
||||
CallError, CompileError, CompileResult, CreationError, Error, LinkError, ResolveError,
|
||||
RuntimeError,
|
||||
CallError, CompileError, CompileResult, CreationError, Error, InvokeError, LinkError,
|
||||
ResolveError, RuntimeError,
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user