Been working on a julia build orchestrator, using llvm directly and clang for deps graphs and configuring to a toml, generating executables, shared libraries, or binary wrapping in julia, without the traditional hand coding of the entire wrapper but to make type stability and translation happen at the IR stage so that the converted code gets wrapped in julia and gets julia gc and runtime from the source. This is possibly extended to all languages that compile to IR, im solo on this and would like some community users to pick it apart. Theres 2 versions just the compiler and wrapper pipeline, and the other has daemonmode, module registry and other features i sidelined to focus on just source code to llvm to julia.