wasmtime_cranelift

Constant NS_PULLEY_HOSTCALL

Source
pub const NS_PULLEY_HOSTCALL: u32 = 2;
Expand description

Namespace used to when a call from Pulley to the host is being made. This is used with a colocated: false name to trigger codegen for a special opcode for pulley-to-host communication. The index of the functions used in this namespace correspond to the function signature of for_each_host_signature! in the pulley_interpreter crate.