Skip to content

Commit 8f408d1

Browse files
authored
Update README.md
1 parent 9eede30 commit 8f408d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2732
currently only support RustPython.
2833
Android and iOS might also be able to run with PyO3 in theory but would require to have CPython
2934
to be compiled for the target platform. I still need to figure out how to
3035
cross compile python and PyO3 for iOS and Android. Ping me if you know how to do that.
3136

37+
3238
You can use this plugin for fast prototypes or for production code.
3339
It might be possible that you want to use some python library or code that
3440
is not available for rust yet.

0 commit comments

Comments
 (0)