Module imports

Source
Expand description

The import module contains the implementation data structures and helper functions used to manipulate and access a wasm module’s imports including memories, tables, globals, and functions.

Structs§

Imports
All of the import data used when instantiating.
ImportsIterator
An iterator over module imports.