I wonder if kotlin-native also aims to run on ARM ...
# kotlin-native
r
I wonder if kotlin-native also aims to run on ARM based MCUs like STM32 eventually
n
Do know that the Kotlin Native team has a real desire to have Kotlin run on ARM Uc's. One team member thought it wouldn't be too difficult to have the porting done.
o
With recent improvements of portability for web assembly it shall not be hard, once all pending changes are merged
r
Isn't Kotlin Native using LLVM? AFAIK there is no such compiler for ARM MCUs
n
Actually ARM Inc have a LLVM based compiler (https://www.arm.com/about/newsroom/arm-compiler-builds-on-open-source-llvm-technology.php) that covers the modern ARM CPUs. Old news!