Module wasmer_runtime_core_x::module

source ·
Expand description

This module contains the types to manipulate and access Wasm modules.

A Wasm module is the artifact of compiling WebAssembly. Wasm modules are not executable until they’re instantiated with imports (via ImportObject).

Structs§

Enums§

  • A wrapper around the TypedIndexes for Wasm functions, Wasm memories, Wasm globals, and Wasm tables.