mirror of
https://github.com/0xNikilite/oboromi.git
synced 2026-01-31 01:15:22 +01:00
- Replace 150+ individual service files with define_service! macro - Add Pin<Box<[u8]>> for shared memory to prevent pointer invalidation - Remove misleading Clone impl from UnicornCPU - Complete sys::State with Services struct - Add SPIR-V emitter validation - Simplify fs::File::open (remove async) - Remove broken branch test - Add log dependency to core