question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GraalVM native-image support

See original GitHub issue

This would allow building to native executable. I’m thinking that we could add a namespace for calling the native-image tool, with suitable defaults (example from jet).

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:22 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
SevereOverfl0wcommented, May 14, 2022

One interesting idea might be to leverage the fact that most devs have docker installed, even if they don’t have graalvm installed. It would also make it easier to have a reproducible version of native-image that’s used per project.

1reaction
viesticommented, Sep 28, 2019

Doodling thoughts here: It occurred to me that maybe a native-image based AWS Lambda custom runtime could be an spot open in the Clojure cloud tooling 😃 Pack already has a command for packaging a Lambda for the JVM runtime, but the custom runtime with native-image/SubtrateVM would have better startup time. We could also take care of things like bundling libsunec.so, which would be quite convenient for the user (maybe do deploy also).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Native Image - GraalVM
Native Image supports JVM-based languages, e.g., Java, Scala, Clojure, Kotlin. The resulting image can, optionally, execute dynamic languages like ...
Read more >
Native Image - Oracle Help Center
Native Image supports JVM-based languages, e.g., Java, Scala, Clojure, Kotlin. ... Native Image for GraalVM Community Edition is licensed under the GPL 2 ......
Read more >
GraalVM Native Image Support - Spring
GraalVM Native Images provide a new way to deploy and run Java applications. Compared to the Java Virtual Machine, native images can run...
Read more >
Native Image Support for Google Cloud Libraries - GitHub
Enables GraalVM Native Image support for Google Cloud Java Client Libraries. - GitHub - GoogleCloudPlatform/native-image-support-java: Enables GraalVM ...
Read more >
Revolutionizing Java with GraalVM Native Image - InfoQ
GraalVM Native Image enjoys significant adoption with support from leading Java frameworks such as Spring Boot, Micronaut, Quarkus, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found