Function risc0_zkvm::guest::env::send_recv

source ·
pub fn send_recv(channel: u32, buf: &[u8]) -> &'static [u8] 
Expand description

Exchanges data with the host, returning the data from the host as a slice of bytes.