Clj.native Image Versions Save

Build GraalVM native images with Clojure Deps and CLI tools

v0.0.6

5 years ago

Changed

  • All namespaces found on the deps.edn :paths are compiled, rather than only the main/entrypoint namespace
  • Update to latest tools.deps.alpha

v0.0.5

5 years ago

Changed

  • Stream stdout/stderr from native-image process to stdout
  • Call shutdown-agents finally to avoid hang-on-exception
  • Update to Clojure 1.10, latest tools.deps.alpha

v0.0.4

5 years ago

Fixed

  • Dashes - in class names weren't properly replaced with underscores _ during compilation

v0.0.3

5 years ago

Changed

  • Use tools.deps.alpha to resolve classpath from deps.edn
  • Allow optional arguments to native-image without specifying path to native-image

v0.0.2

5 years ago

Fixed

  • Optional command line arguments were being duplicated
  • Allow custom -H:Name argument

v0.0.1

5 years ago

Added

  • This is essentially a hack to pass a deps.edn classpath to GraalVM native-image