read_string_array

Function read_string_array 

Source
pub(crate) fn read_string_array<M: MemorySize>(
    memory: &MemoryView<'_>,
    ptrs: WasmPtr<WasmPtr<u8, M>, M>,
    count: M::Offset,
) -> Result<Vec<String>, Errno>