also one definite hole in panic persist is you could do something like: ```rust let msg = get_panic_message_utf8().unwrap(); panic!("{msg}"); ```