I am wondering if there is a way to build odin code as a static lib for use in iOS.
For example to do this with c code I can compile my code to a static library, include it in xcode and then write and obj-c header file that mirrors the api of the library.
I really want to try Odin out for a new project but really need the ability to eventually run it in iOS otherwise in the end it won't be useful for me.