How to use juliac.jl?

In its current state, the compiled binary executable or library depends on the shared libraries of the Julia runtime. Essentially, the output relies on a significant portion of the Julia installation, which makes it difficult to bring everything into a web browser. I believe static trimmed compilation could solve this problem, but I’m not sure if it’s currently planned. I’m also uncertain which parts of Julia can be trimmed and how large the output would be once trimmed static compilation becomes a reality.

1 Like