Skip to main content

Module pool

Module pool 

Source
Expand description

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

Type-aliased so ExtismInstancePool<extism::Plugin> and PooledInstance<extism::Plugin> keep working unchanged downstream.

Structs§

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

Type Aliases§

ExtismInstancePool
Type alias — generic InstancePool parameterized with crate::ExtismError.
PooledInstance
Type alias — generic PooledInstance parameterized with crate::ExtismError.