[−][src]Type Definition wasmer_runtime::error::CompileResult
type CompileResult<T> = Result<T, CompileError>;
Result of an attempt to compile the provided WebAssembly module into a Module.
Aliases the standard Result with CompileError as the default error type.