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

Structs

Array

The Array marker type. This type can be used like WasmPtr<T, Array> to get access to methods

Item

The Item marker type. This is the default and does not usually need to be specified.

WasmPtr

A zero-cost type that represents a pointer to something in Wasm linear memory.