wamr_sys

Function wasm_runtime_enlarge_memory

Source
pub unsafe extern "C" fn wasm_runtime_enlarge_memory(
    module_inst: wasm_module_inst_t,
    inc_page_count: u64,
) -> bool
Expand description

Enlarge the memory region for a module instance

@param module_inst the module instance @param inc_page_count the number of pages to add

@return true if success, false otherwise