#[unsafe(no_mangle)]pub extern "C" fn _alloc(size: usize) -> *mut u8
Standard WASM memory allocation function
This should be exported as _alloc by all plugins.
_alloc