logoalt Hacker News

BrokenCogsyesterday at 5:17 PM2 repliesview on HN

For a uv noob like me: what do you mean by bundling it all into a single binary? How does that work?


Replies

MayeulCyesterday at 6:21 PM

UV 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.