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