File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,21 @@ and can get called during application workflow.
2020| Linux | ✓ |
2121| Windows | ✓ |
2222| MacOS | ✓ |
23- | Android | not yet |
23+ | Android | x * |
2424| iOS | ✓* |
2525
26- ` * ` Linux, Windows and MacOS support PyO3 and RustPython as interpreter. Android and IOS
26+
27+ ` x* ` There is currently a known issue on tauri+android that prevents reading files.
28+ https://github.com/tauri-apps/tauri/issues/11823 \
29+ So python code cannot be read on android right now. Android is going to be supported as soon as reading resource files will be fixed.
30+
31+ ` ✓* ` Linux, Windows and MacOS support PyO3 and RustPython as interpreter. Android and IOS
2732currently only support RustPython.
2833Android and iOS might also be able to run with PyO3 in theory but would require to have CPython
2934to be compiled for the target platform. I still need to figure out how to
3035cross compile python and PyO3 for iOS and Android. Ping me if you know how to do that.
3136
37+
3238You can use this plugin for fast prototypes or for production code.
3339It might be possible that you want to use some python library or code that
3440is not available for rust yet.
You can’t perform that action at this time.
0 commit comments