pub unsafe extern "C" fn wasm_runtime_attach_shared_heap(
module_inst: wasm_module_inst_t,
shared_heap: wasm_shared_heap_t,
) -> boolExpand description
Attach a shared heap to a module instance
@param module_inst the module instance @param shared_heap the shared heap @return true if success, false if failed