But those executables have run-times in shared libraries.
It sounds as if Janet's run-time is statically linked; it could also be built as a .so?
Shared library calls (and variable references) are ugly, though. Unless you have a large number of Janet programs, the space saving isn't worth the shared library tax.
It sounds as if Janet's run-time is statically linked; it could also be built as a .so?
Shared library calls (and variable references) are ugly, though. Unless you have a large number of Janet programs, the space saving isn't worth the shared library tax.