[][src]Module wasmer_runtime_c_api::memory

Create, read, write, grow, destroy memory of an instance.

Structs

wasmer_memory_t

Functions

wasmer_memory_data

Gets the start pointer to the bytes within a Memory

wasmer_memory_data_length

Gets the size in bytes of a Memory

wasmer_memory_destroy

Frees memory for the given Memory

wasmer_memory_grow

Grows a Memory by the given number of pages.

wasmer_memory_length

Returns the current length in pages of the given memory

wasmer_memory_new

Creates a new Memory for the given descriptor and initializes the given pointer to pointer to a pointer to the new memory.