Skip to main content

Module runtime

Module runtime 

Source
Expand description

Function runtime trait and implementations.

Traits§

FunctionRuntime
Trait for function execution backends (WASM, Deno, etc.).
SendFunctionRuntime
Object-safe variant of FunctionRuntime for dynamic dispatch.

Type Aliases§

BoxedFunctionRuntime
Type alias for a boxable function runtime (with static lifetime bounds). Used for dynamic dispatch where concrete types aren’t known at compile time.