[−][src]Enum wasmer_engine::InstantiationError
An error while instantiating a module.
This is not a common WebAssembly error, however
we need to differentiate from a LinkError (an error
that happens while linking, on instantiation) and a
Trap that occurs when calling the WebAssembly module
start function.
Variants
Link(LinkError)A linking ocurred during instantiation.
Start(RuntimeError)A runtime error occured while invoking the start function
Trait Implementations
impl Debug for InstantiationError[src]
impl Display for InstantiationError[src]
impl Error for InstantiationError[src]
Auto Trait Implementations
impl !RefUnwindSafe for InstantiationError[src]
impl Send for InstantiationError[src]
impl Sync for InstantiationError[src]
impl Unpin for InstantiationError[src]
impl !UnwindSafe for InstantiationError[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,