Replies: 1 comment
-
nvm u need xcode to use capacitor day ruined. |
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
-
I wont be getting into the details of what my teams app is exactly but in short we need the mobile app to be written in some sort of web code like react. We also need the business logic to be fast, and we know TS cannot handle it. So my question is if we write the business logic in rust compile it to WASM can i use it as a 'hook' ( idk i'm not a web dev ) inside the react code?
I know this seems redundant and like a unnecessary workaround but we have been stuck on this issue for at least a good week now and we have yet to found any good solutions for writing cross platform fast code that would not require us to learn new languages ( like dart & flutter )
Any info even slightly related to his issue would be much apricated.
For redundancy sake here are things we have considered but ruled out:
all of this would be avoided if we had a mac but we are students and cant afford one
Beta Was this translation helpful? Give feedback.
All reactions