wasm_runtime_shared_heap_free

Function wasm_runtime_shared_heap_free 

Source
pub unsafe extern "C" fn wasm_runtime_shared_heap_free(
    module_inst: wasm_module_inst_t,
    ptr: u64,
)
Expand description

Free the memory allocated from shared heap

@param module_inst the module instance @param ptr the offset in wasm app