[][src]Function wapc_guest::host_call

pub fn host_call(
    binding: &str,
    ns: &str,
    op: &str,
    msg: &[u8]
) -> Result<Vec<u8>>

The function through which all host calls take place.