Enum pwasm_utils::PackingError [−][src]
pub enum PackingError { MalformedModule, NoTypeSection, NoExportSection, NoCodeSection, InvalidCreateSignature(&'static str), NoCreateSymbol(&'static str), InvalidCreateMember(&'static str), NoImportSection, }
Pack error.
Pack has number of assumptions of passed module structure. When they are violated, pack_instance returns one of these.
Variants
InvalidCreateSignature(&'static str)
NoCreateSymbol(&'static str)
InvalidCreateMember(&'static str)