-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Precompilation for production use cases #197
Copy link
Copy link
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 😄
Reactions are currently unavailable
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