Function wasm_plugin_guest::write_message[][src]

pub fn write_message<U>(message: &U) -> i32 where
    U: Serialize

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