1 2 3 4 5
/// Maximum byte length for printable diagnostic metadata fields. pub const DIAGNOSTIC_STRING_MAX_BYTES: usize = 256; /// WebAssembly page size used by `ic-stable-structures` memory implementations. pub const WASM_PAGE_SIZE_BYTES: u64 = 65_536;