pub unsafe extern "C" fn wasm_externref_objdel(
module_inst: wasm_module_inst_t,
extern_obj: *mut c_void,
) -> bool
Expand description
Delete external object registered by wasm_externref_obj2ref
.
@param module_inst the WASM module instance that the extern object belongs to @param extern_obj the external object to be deleted
@return true if success, false otherwise