Function wasm_plugin_guest::write_message[][src]

pub fn write_message<U>(message: &U) -> (usize, usize) where
    U: Serializable, 

Write a message to the buffer used to communicate with the host. You should never need to call this directly.