Type Definition hdk::prelude::GuestPtrLen

pub type GuestPtrLen = u64;
Expand description

Enough bits to fit a pointer and length into so we can return it. The externs defined as “C” don’t support multiple return values (unlike wasm). The native Rust support for wasm externs is not stable at the time of writing.