Inline the file
This commit is contained in:
		| @@ -173,9 +173,7 @@ unsafe fn write_starting_state(binary: *mut u8, reader: &mut Reader) { | ||||
| } | ||||
|  | ||||
| unsafe fn _main_remote() { | ||||
|     let mut input = File::open("binaries/main.dat").unwrap(); | ||||
|     let mut buf: Vec<u8> = vec![]; | ||||
|     let _ = input.read_to_end(&mut buf).unwrap(); | ||||
|     let buf = include_bytes!("main.dat"); | ||||
|  | ||||
|     let mut measuring_reader = Reader { | ||||
|         phantom: PhantomData, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user