Inline the file

This commit is contained in:
Pyrex 2025-04-25 21:31:49 -07:00
parent b20846c797
commit 941b7a1f07
2 changed files with 1 additions and 3 deletions

View File

@ -173,9 +173,7 @@ unsafe fn write_starting_state(binary: *mut u8, reader: &mut Reader) {
} }
unsafe fn _main_remote() { unsafe fn _main_remote() {
let mut input = File::open("binaries/main.dat").unwrap(); let buf = include_bytes!("main.dat");
let mut buf: Vec<u8> = vec![];
let _ = input.read_to_end(&mut buf).unwrap();
let mut measuring_reader = Reader { let mut measuring_reader = Reader {
phantom: PhantomData, phantom: PhantomData,