pub const MAX_DECOMPRESSED_SIZE: usize = _; // 1_048_576usize
The maximum size of a decompressed encoded Machine in bytes. Set to 1MB. This is a soft limit and can be increased if necessary.
Machine