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