Enum wasmtime_runtime::Export [−][src]
pub enum Export {
Function(ExportFunction),
Table(ExportTable),
Memory(ExportMemory),
Global(ExportGlobal),
}Expand description
The value of an export passed from one instance to another.
Variants
Function(ExportFunction)
Tuple Fields
A function export value.
Table(ExportTable)
Tuple Fields
0: ExportTableA table export value.
Memory(ExportMemory)
Tuple Fields
0: ExportMemoryA memory export value.
Global(ExportGlobal)
Tuple Fields
0: ExportGlobalA global export value.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
