pub fn load_elf_task_with_caps( elf_data: &[u8], name: &'static str, seed_caps: &[Capability], ) -> Result<Arc<Task>, &'static str>
Thin public wrapper that keeps the existing API stable.