Provides access to the malloc function in WebAssembly.
Allocates size bytes of memory and returns the corresponding address.
size
Memory allocated by this should be freed afterwards.
int malloc(int size);