Module wasmer_compiler::engine::resolver
source ยท Expand description
Custom resolution for external references.
Functionsยง
- Get an
ExternType
given a import index. - get_extern_type ๐Get an
ExternType
given an export (and Engine signatures in case is a function). - get_runtime_size ๐
- This function allows to match all imports of a
ModuleInfo
with concrete definitions provided by aResolver
.