/** Maximum size of the game {@link Memory} in characters */ export const MEMORY_MAX_SIZE = 2097152 /** Maximum size of a raw memory segment in characters */ export const MEMORY_SEGMENT_MAX_SIZE = 1024