Macro wasmer_wasix::macros::get_input_str
source ยท 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.