Is 100 KB the avg size when the Kotlin Native runtime and standard lib are combined? Is the < 100 KB a typo? If the avg size is around 100 KB that is impressive when looking at Lua, which is around 150 KB in size (just the runtime with the desktop ver). 😄. Lua has been ported to some uCs for example (
http://www.eluaproject.net/) however Micro Python (
https://micropython.org/) is quickly taking over, which would seem to be Kotlin's main competitor in the embedded space.