[][src]Module wasmer::import

Types and functions for Wasm imports.

Macros

func

Helper macro to create a new Func object using the provided function pointer.

imports

Generate an ImportObject safely.

Structs

ImportDescriptor

A type describing an import that a [Module] needs to be instantiated.

ImportObject

All of the import data used when instantiating.

ImportObjectIterator

Iterator for an ImportObject's exports.

Namespace

The top-level container for the two-level wasm imports

Enums

ExternDescriptor

Information about an import such as its type and metadata.

Traits

LikeNamespace

This trait represents objects that act as a namespace for imports. For example, an Instance or ImportObject could be considered namespaces that could provide imports to an instance.