Enum pwasm_utils::PackingError
[−]
[src]
pub enum PackingError {
MalformedModule,
NoTypeSection,
NoExportSection,
NoCodeSection,
InvalidCreateSignature,
NoCreateSymbol,
InvalidCreateMember,
NoImportSection,
}Pack error.
Pack has number of assumptions of passed module structure. When they are violated, pack_instance returns one of these.
Variants
MalformedModuleNoTypeSectionNoExportSectionNoCodeSectionInvalidCreateSignatureNoCreateSymbolInvalidCreateMemberNoImportSection
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more