[][src]Function assemble_app::host_call

pub fn host_call(
    binding: &str,
    ns: &str,
    op: &str,
    msg: &[u8]
) -> Result<Vec<u8, Global>, Box<dyn Error + 'static + Send + Sync, Global>>

The function through which all host calls take place.