stlite
stlite copied to clipboard
Access Local Device Resources
Feature Request
Two requests here (lmk if I should split them out into two separate issues):
- The ability to execute local resource executables (appimage, exe, sh, etc...) from stlite/desktop (may not be possible).
- The ability to just access to local fs of the device in the python code. It looks like pyodide has a mechanism for this: https://pyodide.org/en/stable/usage/file-system.html#nativefs-api
discussion on various potential solutions here: https://github.com/whitphx/stlite/discussions/531