Skip to main content

WasmEngine

Type Alias WasmEngine 

Source
pub type WasmEngine = Engine;
Expand description

Type aliases for the active WASM engine/module, usable by downstream crates (e.g. agentzero-infra) for plugin warming without depending on wasmi/wasmtime directly.

Aliased Type§

pub struct WasmEngine { /* private fields */ }