given some pure machine language commands, for example the following bytes:
1011100010011010000000100000000000000000
11000011
(taken from: How to write and execute PURE machine code manually without containers like EXE or ELF?)? I understand that in general there needs to be a .EXE, ELF, or .OUT wrapper, but as far as I know these formats are platform-specific just to be able to double-click and run them.
Does there exist a file format that can be double-clicked across windows, linux, and mac, and run the same machine code (assuming no external dependencies) ?