Module ModuleLoader

Module ModuleLoader 

Source
Expand description

WASM Module Loader

Handles loading, compiling, and instantiating WebAssembly modules. Provides utilities for working with WASM modules from various sources.

Structsยง

Exports ๐Ÿ”’
ImportDeclaration
Import declaration for a WASM module
ModuleInfo ๐Ÿ”’
ModuleLoadOptions
Module loading options
ModuleLoaderImpl
WASM Module Loader
WASMInstance
Module instance with store
WASMModule
WASM module wrapper with metadata

Enumsยง

ImportKind
Kind of import
ModuleSourceType
Source type of a WASM module

Functionsยง

generate_instance_id ๐Ÿ”’
generate_module_id ๐Ÿ”’