Module FunctionExport

Module FunctionExport 

Source
Expand description

Function Export Module

Handles exporting host functions to WASM modules. Provides registration and management of functions that WASM can call.

Structsยง

ExportConfig
Export configuration for WASM functions
FunctionExportImpl
Function export for WASM
FunctionStats
Function statistics
HostFunctionRegistry
Host function registry for WASM exports
RegisteredHostFunction ๐Ÿ”’
Registered host function with metadata