Type Definition wasmer_runtime_fl::error::LinkResult[][src]

pub type LinkResult<T> = Result<T, Vec<LinkError, Global>>;
Expand description

Result of an attempt to link the provided WebAssembly instance. Aliases the standard Result with Vec<LinkError> as the default error type.