pub const WORD_SIZE: usize = _; // 4usize
Size of a zkVM machine word in bytes. 4 bytes (i.e. 32 bits) as the zkVM is an implementation of the rv32im ISA.