[][src]Module wasmer::module

Types and functions for WebAssembly modules.

Usage

Create a Module

Get the exports from a Module

let exports: Vec<ExportDescriptor> = module.exports().collect();

Structs

ExportDescriptor

Type describing an export that the Module provides.

ImportDescriptor

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

Module

A compiled WebAssembly module.

Enums

ExternDescriptor

Information about an import such as its type and metadata.