Module wasmer_types::indexes
source · Expand description
Helper functions and structures for the translation.
Structs§
- An archived
CustomSectionIndex
- An archived
DataIndex
- An archived
ElemIndex
- An archived
FunctionIndex
- An archived
GlobalIndex
- An archived
LocalFunctionIndex
- An archived
LocalGlobalIndex
- An archived
LocalTagIndex
- An archived
MemoryIndex
- An archived
SignatureIndex
- An archived
TableIndex
- An archived
Tag
- An archived
TagIndex
- Index type of a custom section inside a WebAssembly module.
- The resolver for an archived
CustomSectionIndex
- Index type of a passive data segment inside the WebAssembly module.
- The resolver for an archived
DataIndex
- Index type of a passive element segment inside the WebAssembly module.
- The resolver for an archived
ElemIndex
- Index type of a function (imported or local) inside the WebAssembly module.
- The resolver for an archived
FunctionIndex
- Index type of a global variable (imported or local) inside the WebAssembly module.
- The resolver for an archived
GlobalIndex
- Index type of a function defined locally inside the WebAssembly module.
- The resolver for an archived
LocalFunctionIndex
- Index type of a global defined locally inside the WebAssembly module.
- The resolver for an archived
LocalGlobalIndex
- Index type of a memory defined locally inside the WebAssembly module.
- Index type of a table defined locally inside the WebAssembly module.
- Index type of a tag defined locally inside the WebAssembly module.
- The resolver for an archived
LocalTagIndex
- Index type of a linear memory (imported or local) inside the WebAssembly module.
- The resolver for an archived
MemoryIndex
- Index type of a signature (imported or local) inside the WebAssembly module.
- The resolver for an archived
SignatureIndex
- Index type of a table (imported or local) inside the WebAssembly module.
- The resolver for an archived
TableIndex
- WebAssembly event.
- Index type of an event inside the WebAssembly module.
- The resolver for an archived
TagIndex
- The resolver for an archived
Tag
Enums§
- An archived
ExportIndex
- An archived
ImportIndex
- An entity to export.
- The resolver for an archived
ExportIndex
- An entity to import.
- The resolver for an archived
ImportIndex