Type Alias sp_wasm_interface::WordSize
source ยท pub type WordSize = u32;
Expand description
The word size used in wasm. Normally known as usize
in Rust.
pub type WordSize = u32;
The word size used in wasm. Normally known as usize
in Rust.