Here are some good questions for today: 1. Are C L...
# kotlin-native
n
Here are some good questions for today: 1. Are C Libraries targeting ARM11 ( https://en.wikipedia.org/wiki/ARM11 ) compatible with Kotlin Native? 2. If the C libraries are compatible would they work with the linuxArm32Hfp (ARMv7), and linuxArm64 (ARMv8) targets? This is the C library I intend to use in a prototype type project: https://github.com/eclipse/paho.mqtt.c
a
Hi, @napperley! AFAIK, there are no obvious reasons to be incompatible. Do you have any issues with it already? Or just trying to estimate the amount of possible blockers?
n
Trying to determine if there would be any possible blockers. Luckily concurrency doesn't need to handled in the prototype otherwise KotlinX Coroutines would be a blocker for the linuxArm32Hfp, and linuxArm64 (some CPUs like AWS Graviton ( https://aws.amazon.com/ec2/graviton/ ) are ARMv8 based) targets.