Skip to main content

call_host_value

Function call_host_value 

Source
pub fn call_host_value(
    service: Value,
    target: Value,
    arguments: Value,
) -> Result<Value, String>
Expand description

Invokes the active host capability provider with already-evaluated VM values. This is the bytecode boundary for std.native.Host/call; the VM remains unaware of timers, sockets, or any other concrete host operation.