6 ms·
Depends a little on if you're going to a website to use an app, or running something on a always on PC on say a production floor where the app never gets exited
by antonjs 3y ago
Depends a little on if you're going to a website to use an app, or running something on a always on PC on say a production floor where the app never gets exited, I'd think.
- jsheard 3y agoIf you're not targeting the web, what would be the point of running a Python runtime on top of a WASM runtime? You could just run RustPython as a native binary, or use ol' reliable CPython.