import .py in build binary #759
Replies: 1 comment
-
im stupid. i had the wrong repo open 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there a way to bundle the python code into the binary. Maybe already parsed. The docs only describe how to import the code at runtime. I doubt it would be that hard to bundle a python project into a single file and store it as a lit & then execute that lit. Already parsing the python code at compile time wouldnt be that hard either. The question is if there is a possibility to do that.
https://docs.modular.com/mojo/manual/python/
Beta Was this translation helpful? Give feedback.
All reactions