Skip to main content

Module pool

Module pool 

Source
Expand description

Instance pool — re-exported from uni-plugin-wasm-rt.

Type-aliased so WasmInstancePool<T> keeps working unchanged downstream.

Structs§

PoolConfig
Per-pool configuration.
PoolMetrics
Pool metrics surface — read by host.metric_counter host imports.

Type Aliases§

PooledInstance
Type alias — generic PooledInstance parameterized with crate::WasmError.
WasmInstancePool
Type alias — generic InstancePool parameterized with crate::WasmError.