Comment on A high-performance, zero-overhead, extensible Python compiler using LLVMparentComments−edscho1yYou absolutely can create a standalone binary with Cython: see the `--embed` option [1].[1] https://cython.readthedocs.io/en/stable/src/tutorial/embeddi...
Comments
You absolutely can create a standalone binary with Cython: see the `--embed` option [1].
[1] https://cython.readthedocs.io/en/stable/src/tutorial/embeddi...