Closed
Description
For production use cases, it'd be useful to:
- Have the ability to compile the app's Python code to WebAssembly as part of a build process.
- Implement some form of tree shaking such that the unused parts of the Python libraries are removed as part of the build process, leaving just the code that's actually needed.
This could probably make it viable for some real use cases rather than just as an experiment 😄