wasm_runtime_get_memory

Function wasm_runtime_get_memory 

Source
pub unsafe extern "C" fn wasm_runtime_get_memory(
    module_inst: wasm_module_inst_t,
    index: u32,
) -> wasm_memory_inst_t
Expand description

@brief Get a memory instance by index

@param module_inst The module instance @param index The index of the memory instance

@return The memory instance if found, NULL otherwise