Are my options of shipping static binaries graalvm...
# getting-started
s
Are my options of shipping static binaries graalvm and kotlin-native, or are there other options? I’m not focused on performance, rather focus is easy to run and distribute
d
Pretty much.
c
There’s also Capsule, which works pretty well http://www.capsule.io/
s
Thank you, capsule appears to need user to have jvm. I think graalvm is my best path forward, even though small ssh test program had different algos on jvm versus on native graalvm, which I didnt fully understood