Expand description
Data structure for representing WebAssembly modules in a
wasmer::Module
.
Modules§
Structs§
- Archivable
Module Info - Mirror version of ModuleInfo that can derive rkyv traits
- Archivable
Module Info Resolver - The resolver for an archived
ArchivableModuleInfo
- Archived
Archivable Module Info - An archived
ArchivableModuleInfo
- Archived
Import Key - An archived
ImportKey
- Archived
Module Id - An archived
ModuleId
- Exports
Iterator - This iterator allows us to iterate over the exports and offer nice API ergonomics over it.
- Import
Key - Hash key of an import
- Import
KeyResolver - The resolver for an archived
ImportKey
- Imports
Iterator - This iterator allows us to iterate over the imports and offer nice API ergonomics over it.
- Module
Id - Module
IdResolver - The resolver for an archived
ModuleId
- Module
Info - A translated WebAssembly module, excluding the function bodies and memory initializers.