Expand description
WASM Module Loader
Handles loading, compiling, and instantiating WebAssembly modules. Provides utilities for working with WASM modules from various sources.
Structsยง
- Exports ๐
- Import
Declaration - Import declaration for a WASM module
- Module
Info ๐ - Module
Load Options - Module loading options
- Module
Loader Impl - WASM Module Loader
- WASM
Instance - Module instance with store
- WASM
Module - WASM module wrapper with metadata
Enumsยง
- Import
Kind - Kind of import
- Module
Source Type - Source type of a WASM module
Functionsยง
- generate_
instance_ ๐id - generate_
module_ ๐id