mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
c457b9492f
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This adds PyEmscripten platform, which is standardized in [PEP 783](https://peps.python.org/pep-0783/). This basically replaces the Pyodide platform. I kept the Pyodide platform for backward compatibility. ## Test Plan `cargo test`