Hacker News new | ask | show | jobs
by phkahler 3330 days ago
Now I have to rewrite my arcade game emulator in rust just so I can use that to load rom images...
1 comments

include_bytes! is for compile-time inclusion of files though, not for runtime.
Yeah but when it only runs 15 games with a max size of 32K... But yeah it makes it non-distributable because it would then include the images.