[][src]Type Definition wasmer_runtime_near::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.