Replies: 1 comment 6 replies
-
Are you targeting at ios or other platforms? iirc ios has a strict requirement that you cannot download a binary that is executable, so I guess it may not be possible for ios; but can be good for android etc. But if you are happy to compile Rust to WASM, it is possible to have it in ios (and other platforms). An example is https://pub.dev/packages/rfw#integrating-with-scripting-language-runtimes. (There may need some change to frb in order to support these.) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Can this package work like, rust part as dynamic plugin. Means load them in the flutter app in the runtime ? Im missing such a functionality in flutter. Simple make plugins where i can load them from flutter in runtime.. I mean make, rust part be done separately from main app and load with flutter and not build with main application together?
Thx
Beta Was this translation helpful? Give feedback.
All reactions