This project contains two programs: blink is a virtual machine that runs x86-64-linux programs on different operating systems and hardware architectures. It's designed to do the same thing as the qemu-x86_64 command, except that Blink is 221kb in size (115kb with optional features disabled), whereas qemu-x86_64 is a 4mb binary. Blink will run your Linux binaries on any POSIX system, whereas qemu-x