Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 281 Bytes

Sample-project

Use this project as template for testing a specific library with GraalVM native-image

Usage

Currently testing:

[add.your/library-here "0.1.0]

Test with:

lein do clean, uberjar, native, run-native

Add any info might be useful for the reader.