#[unsafe(no_mangle)]pub unsafe extern "C" fn _dealloc(ptr: *mut u8, size: usize)Expand description
Standard WASM memory deallocation function
This should be exported as _dealloc by all plugins.
ยงSafety
This function is unsafe because it deallocates raw pointers.