pub const WAKE_STORAGE_BYTES: usize = 128;
Maximum bytes the wake primitive may occupy on any supported platform. Sized generously so we never have to bump for a new RTOS port. Asserted against the runtime probe in Wake::new.
Wake::new