NilsIrl / dockerc

container image to single executable compiler
GNU General Public License v3.0
2.74k stars 40 forks source link

Windows support #17

Open zsf513 opened 3 months ago

zsf513 commented 3 months ago

Is there a plan to support windows? About what time?

NilsIrl commented 3 months ago

There is. I have not found time to work on it recently.

Tinywan commented 2 months ago

what?

jwoglom commented 1 week ago

@NilsIrl have you considered looking into @.jart's Cosmopolitan libc project, which allows for compiling a binary which functions across Linux and Windows platforms, as part of making this single-executable scheme work for Windows? https://github.com/jart/cosmopolitan

NilsIrl commented 1 week ago

@jwoglom I have looked at Cosmopolitan libc. It would not be suitable for dockerc, at least not for the docker runtime. To make it work on windows would involve starting a small linux kernel and then run the conatiner inside of it.

J0s3f commented 1 week ago

Could it work with Windows docker images?

NilsIrl commented 1 week ago

Could it work with Windows docker images?

Maybe, but that is not what I currently envision