Fix trap reporting for unreachable errors in the Singlepass backend

This commit is contained in:
Mark McCaskey
2020-05-22 13:14:49 -07:00
parent a915ad9aa0
commit 02000cca44
4 changed files with 58 additions and 71 deletions

View File

@@ -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)]