/// Represents the kind of an export from a WebAssembly module. #[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)] #[repr(u8)] pubenum ExportKind { /// The export is a function.
Func = CORE_FUNCTION_SORT, /// The export is a table.
Table = CORE_TABLE_SORT, /// The export is a memory.
Memory = CORE_MEMORY_SORT, /// The export is a global.
Global = CORE_GLOBAL_SORT, /// The export is a tag.
Tag = CORE_TAG_SORT,
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.