Babashka 1.13.220 gets FFI
Babashka 1.13.220 introduces a new babashka.ffi namespace for calling C libraries directly from Babashka scripts, with the library also available for JVM Clojure. The API is experimental. Linux binaries now default to a mostly-static build with glibc dynamically linked, while fully static binaries remain available via an install script flag.
Babashka scripts can now call C libraries directly, enabling new integrations without separate processes.


