Comment by nine_k Comment by nine_k 19 hours ago 2 replies Copy Link View on Hacker News So it's basically like tini (keep a single executable running), but in Rust?
Copy Link lrvick 17 hours ago Collapse Comment - Yep. The less C code in production the better. Reply View | 1 reply Copy Link lrvick 15 hours ago Parent Collapse Comment - Of note, it also will handle platform specific bring-up system calls, basic filesystem setup, etc, so it is much more suitable for embedded, server, or enclave use cases than tini, imo. It is mostly used for Nitro enclaves today. Reply View | 0 replies
Copy Link lrvick 15 hours ago Parent Collapse Comment - Of note, it also will handle platform specific bring-up system calls, basic filesystem setup, etc, so it is much more suitable for embedded, server, or enclave use cases than tini, imo. It is mostly used for Nitro enclaves today. Reply View | 0 replies
Yep. The less C code in production the better.