Skip to main content

execute_compiled_program_with_hosts

Function execute_compiled_program_with_hosts 

Source
pub fn execute_compiled_program_with_hosts(
    compiled: &CompiledProgram,
    state: &mut State,
    operators: &Operators,
    hosts: &HostFunctions,
) -> Result<Value, RuntimeError>
Expand description

Execute a precompiled program with optional typed host function registry.

Dispatches across specialized and generic backends while preserving output semantics.