Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 313 Bytes

scala-graalvm

Requisites

  • SBT
  • GraalVM
  • Native image (gu install native-image)

Generate the binary with:

sbt graalvm-native-image:packageBin

And then execute:

./target/graalvm-native-image/scala-graalvm

Inpired by @vmencik project.