Remix.run Logo
nine_k 4 days ago

So it's basically like tini (keep a single executable running), but in Rust?

lrvick 4 days ago | parent [-]

Yep. The less C code in production the better.

lrvick 3 days ago | parent [-]

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.