[][src]Module wasmer_runtime_core::memory::ptr

A reusable pointer abstraction for getting memory from the guest's memory.

This abstraction is safe: it ensures the memory is in bounds and that the pointer is aligned (avoiding undefined behavior).

Therefore, you should use this abstraction whenever possible to avoid memory related bugs when implementing an ABI.

Structs

Array

Array.

Item

Item.

WasmPtr

A pointer to a Wasm item.