Replies: 1 comment
-
|
I don't think this project is ready for that yet. Maybe one day. I haven't really worked on mobile support yet. The underlying engine, QuickJS-NG does compile on both, but this project adds more things on top. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My use case: provide a single source of truth — a single codebase for a custom SDK.
The SDK will:
Provide public functions/methods for clients (integrators of this SDK):
Export models (objects with typed fields) for integrators to use as inputs and outputs of the public functions
Handle, under the hood:
It would be ideal to have a single codebase for this SDK. Is it possible?
I also asked Claude, GPT and they recommend Kotlin Native for it. BTW: I have already SDK written in TypeScript.
Beta Was this translation helpful? Give feedback.
All reactions