zcrun
dockerc
zcrun | dockerc | |
---|---|---|
1 | 6 | |
14 | 3,168 | |
- | - | |
8.8 | 8.0 | |
7 months ago | 7 days ago | |
Zig | Zig | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
zcrun
dockerc
-
Packaging Swift Apps for Alpine Linux
Flatpak isn't really intended for command-line apps. Maybe this is where something like dockerc (https://github.com/NilsIrl/dockerc) can shine?
-
Show HN: dockerc – Docker image to static executable "compiler"
The main reason Zig was chosen is because the project was started at a hackathon[0] at which there was a prize for "best use of Zig". Beyond that there were also other reasons: 1. I have been wanting to try out Zig 2. It fit the requirement of being a so called "systems language".
However having written it in Zig I have a few retroactive reasons for why Zig was a good choice (if not the best choice):
* The build system allows to make the runtime a dependency of the "compiler". I don't think any other language has that.
* The interoperability with C/systems calls is amazing (in comparison to anything but C/C++)
* The ability to embed files
[0]: https://treehacks.com/
[1]: https://github.com/NilsIrl/dockerc/blob/68b0e6dc40e76c77ad0c...
What are some alternatives?
linuxwave - Generate music from the entropy of Linux 🐧🎵
macos-cross-compiler - Compile binaries for macOS on Linux
pura - Easy to use, extendable, OCI-compliant container runtime written in pure Rust
container2wasm - Container to WASM converter
awesome-container-tinkering - List of awesome tools to tinker with containers.
traveling-ruby - Self-contained Portable Ruby ( 2.6.10 -> 3.3.x ) Binaries for Linux/MacOS/Windows
capy - 💻Build one codebase and get native UI on Windows, Linux and Web
enroot - A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
ruby-packer - Packing your Ruby application into a single executable.
crun - A fast and lightweight fully featured OCI runtime and C library for running containers
wasmer - 🚀 The leading Wasm Runtime supporting WASIX and WASI
swift-win32 - A Windows application framework for Swift