Files
Nikilite 44b9429390 [*] refactor: consolidate services with macro, improve memory safety
- 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
2026-01-13 22:00:46 +01:00
..