macro_rules! get_input_str {
($memory:expr, $data:expr, $len:expr) => { ... };
}Expand description
Reads a string from Wasm memory.
macro_rules! get_input_str {
($memory:expr, $data:expr, $len:expr) => { ... };
}Reads a string from Wasm memory.