alloc

Function alloc 

Source
#[unsafe(no_mangle)]
pub fn alloc(len: usize) -> *mut u8
Expand description

Allocate memory into the module’s linear memory and return the offset to the start of the block.