clj-easy / graalvm-clojure

This project contains a set of "hello world" projects to verify which Clojure libraries do actually compile and produce native images under GraalVM.
Apache License 2.0
497 stars 45 forks source link

add pedestal to the list of libraries supported by graalvm #57

Closed avelino closed 2 years ago

avelino commented 2 years ago

I do moclojer distribution via binary (native-image) ref: https://github.com/avelino/moclojer/issues/4

BrunoBonacci commented 2 years ago

Thank you