Example application showing a minimal example of compiling and running Scala 3 (Dotty) Hello world application as GraalVM native image
sbt nativeImage
target/native-image/hello-scala3-native-image
Minimal hello world using Scala 3 (Dotty) and running as GraalVM native-image
Scala
Example application showing a minimal example of compiling and running Scala 3 (Dotty) Hello world application as GraalVM native image
sbt nativeImage
target/native-image/hello-scala3-native-image