Open jvican opened 5 years ago
Agreed. I would also like to support Scala Native further down the line, but for the time being a GraalVM build is more realistic.
Scala Native down the line sounds great too :smile: GraalVM Native works great in the meanwhile.
I'd like to have
seed
compiled to native. We're already doing this in some of the projects in Bloop (for example, the next version of the CLI will be a Scala library compiled to native) and I think it would be really exciting if this project was native, which implies less resource usage and snappier UX.Here's the list of current dependencies:
It looks like there are quite a lot of them and I'm not sure if they are GraalVM friendly. But compiling to native should in theory work for any dependency that doesn't depend on JNA. For example,
nuprocess
should probably be replaced by https://github.com/zeroturnaround/zt-exec.This is not a blocker, but I think it would be cool :smile: