Type Definition WordSize
sp_wasm_interface
type WordSize = u32;
The word size used in wasm. Normally known as usize in Rust.
usize