pub const MODULES: &[(&str, &str)];Expand description
Every embedded runtime module, by the path a bundle writes it to.
One list, so a module added to this crate is covered by the marker check and by the size survey without anyone remembering to add it twice.