Anyone know if there is a way to create a static n...
# kotlin-native
j
Anyone know if there is a way to create a static native executable that'd work on a
FROM scratch
docker container with Kotlin/Native?
đź‘€ 2
h
Long term: with wasm. At the moment you still need a OS and some headers.
j
Cool. Not static, but figured out how to get this working on a pretty minimal base image (
<http://gcr.io/distroless/base|gcr.io/distroless/base>
): https://github.com/jamesward/ktor-native-server
h
Thanks for the link, I wasn’t aware Jib supports native images, nice!