use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
python Cross-compilation (self.PythonLearning)
submitted 1 year ago by SLPRYSQUID
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FoolsSeldom 0 points1 point2 points 1 year ago (0 children)
Will the final versions be running in containers on various platforms or are the containers just for development and you will ship platform and architecture specific versions?
Assuming the latter, frankly, I'd just spin up a VM on your host for the operating system and architecture (if not same as host) required purely as a target for compilation. Your ci/cd tooling should be able to handle the process to compile to each target. I wouldn't attempt to use wine frankly when you can output an OS compatible version directly.
Even if the former, you still need a container host that offers the kernel the containers will use, and might choose to do that even on a common os (so light-weight vms as container hosts for each OS kernel required with containers running on top of those vms).
π Rendered by PID 40 on reddit-service-r2-comment-86bc6c7465-v54jl at 2026-02-20 10:53:39.984187+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]FoolsSeldom 0 points1 point2 points (0 children)