-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
backlogissue has been triaged but has not been earmarked for any upcoming releaseissue has been triaged but has not been earmarked for any upcoming releasetag: pyodideRelated to issues with pyodideRelated to issues with pyodidetag: toolingRelated to the configuration of infrastructure and toolingRelated to the configuration of infrastructure and toolingtype: featureNew feature or requestNew feature or request
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 😄
Metadata
Metadata
Assignees
Labels
backlogissue has been triaged but has not been earmarked for any upcoming releaseissue has been triaged but has not been earmarked for any upcoming releasetag: pyodideRelated to issues with pyodideRelated to issues with pyodidetag: toolingRelated to the configuration of infrastructure and toolingRelated to the configuration of infrastructure and toolingtype: featureNew feature or requestNew feature or request