Type Definition wasmer::WasmPtr64

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

Alias for `WasmPtr<T, Memory64>.