Provides access to the free function in WebAssembly.
Frees the memory region at pointer that was previously allocated with malloc.
pointer
void free(int pointer);