7 ms·
For a uv noob like me: what do you mean by bundling it all into a single binary? How does that work?
by BrokenCogs 19d ago
For a uv noob like me: what do you mean by bundling it all into a single binary? How does that work?
- deleted 18d ago[deleted]
- MayeulC 18d agoUV can be built (or downloaded) as a single optionally statically linked with the libc executable file, with no other dependencies. That makes it very easy to distribute on weird systems.