Type Alias wasmer::WasmPtr64

source ·
pub type WasmPtr64<T> = WasmPtr<T, Memory64>;
Expand description

Alias for `WasmPtr<T, Memory64>.

Aliased Type§

struct WasmPtr64<T> { /* private fields */ }