TF Lite for Kotlin Multiplatform (jvm, js, ios)?

Hi. I have a mobile application that uses TF Lite. It is implemented and works like a charm.
The target is to migrate the logic from the app to an external multiplatform library using Kotlin Multiplatform.
There are some solutions on GitHub like icerockdev’s moko-tensorflow, but only for Android and IOS.

Did somebody tried to do it for jvm + js + ios ?

Do you know any libs that already provide such functionality ?

Is it even possible to do it ?

Any feedback is highly appreciated.