[][src]Module wasmer_runtime_core_near::export

This module contains types to manipulate and access a Wasm module's exports including memories, tables, globals, and functions.

Structs

ExportIter

An iterator to an instance's exports.

FuncPointer

Const pointer to a Func.

Enums

Context

A kind of Context.

Export

Kind of WebAssembly export.

Traits

Exportable

This trait is used to mark types as gettable from an [Instance].