TypeScriptCompiler
TypeScriptCompiler copied to clipboard
Cross compile to Android/iOS
This project looks interesting to me, it it possible to compile ts code into so/dylib for Android or iOS?
I've an Unity game project targeting Android/iOS, with TypeScriptToLua as the scripting language. It's facing performance issue and I'd like to AOT compile it into native code.
TBH, I have not tried it yet but I am sure it is possible, the only thing it is not rested against ARM32. so I would say ARM64 is better to try
u need to find correct "triplet" to specify ARM compilation.
for example: arm-none-eabi