Module symbols

Source
Expand description

This module define the required structures for compilation symbols.

Structs§

ArchivedModuleMetadata
An archived ModuleMetadata
ModuleMetadata
Serializable struct that represents the compiled metadata.
ModuleMetadataResolver
The resolver for an archived ModuleMetadata
ModuleMetadataSymbolRegistry
A simple metadata registry

Enums§

ArchivedSymbol
An archived Symbol
Symbol
The kinds of wasmer_types objects that might be found in a native object file.
SymbolResolver
The resolver for an archived Symbol

Traits§

SymbolRegistry
This trait facilitates symbol name lookups in a native object file.