wasm_runtime_get_default_memory

Function wasm_runtime_get_default_memory 

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

@brief Get the default memory instance

@param module_inst The module instance

@return The memory instance if found, NULL otherwise