(no title)
Phlogistique | 1 year ago
That said, in a similar vein, you could probably create a bundler that takes a shell script and bundles it with busybox to create a static program.
Phlogistique | 1 year ago
That said, in a similar vein, you could probably create a bundler that takes a shell script and bundles it with busybox to create a static program.
mkesper|1 year ago
1vuio0pswjnm7|1 year ago
An alternative is to use crunchgen from NetBSD (also included with some of the later BSDs) which crunches full-featured, source tree versions of multiple utilities in a single, static binary. What busybox refers to as a "multi-call" binary.
It will be larger than busybox of course. I get evertyhing I need in a binary less than 5M.
nodesocket|1 year ago
beepbooptheory|1 year ago
zamalek|1 year ago
> Standard library: we aim to add first-class support for a variety of frequently used/needed commands as builtins. you no longer need external programs to use them.
That's not going to be an easy task, and would basically entail porting those commands to go.
unknown|1 year ago
[deleted]
hezag|1 year ago