Trait PointerType
Other items insp_wasm_interface
pub trait PointerType: Sized + Sealed { const SIZE: u32; }
Something that can be wrapped in a wasm Pointer.
Pointer
This trait is sealed.
const SIZE: u32
The size of the type in wasm.
impl PointerType for u8
impl PointerType for u16
impl PointerType for u32
impl PointerType for u64