[][src]Type Definition wasmer_runtime::error::RuntimeResult

type RuntimeResult<T> = Result<T, RuntimeError>;

Result of an attempt to run the provided WebAssembly instance. Aliases the standard Result with RuntimeError as the default error type.