Skip to content

Commit

Permalink
Update readme to mention Rust and C++
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Feb 22, 2025
1 parent 4b301a0 commit d60c002
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Pyodide is a Python distribution for the browser and Node.js based on WebAssembl
Pyodide is a port of CPython to WebAssembly/[Emscripten](https://emscripten.org/).

Pyodide makes it possible to install and run Python packages in the browser with
[micropip](https://micropip.pyodide.org/). Any pure
Python package with a wheel available on PyPi is supported. Many packages with C
extensions have also been ported for use with Pyodide. These include many
general-purpose packages such as regex, PyYAML, lxml and scientific Python
packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn.
[micropip](https://micropip.pyodide.org/). Any pure Python package with a wheel
available on PyPi is supported. Many packages with C, C++, and Rust extensions
have also been ported for use with Pyodide. These include many general-purpose
packages such as regex, PyYAML, and cryptography, and scientific Python packages
including NumPy, pandas, SciPy, Matplotlib, and scikit-learn.

Pyodide comes with a robust Javascript ⟺ Python foreign function interface so
that you can freely mix these two languages in your code with minimal friction.
Expand Down
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ What is Pyodide?
Pyodide is a port of CPython to WebAssembly/`Emscripten <https://emscripten.org/>`_.

Pyodide makes it possible to install and run Python packages in the browser with
`micropip <https://pyodide.org/en/stable/usage/api/micropip-api.html>`_. Any pure
Python package with a wheel available on PyPI is supported. Many packages with C
extensions have also been ported for use with Pyodide. These include many
general-purpose packages such as regex, pyyaml, lxml and scientific Python
packages including numpy, pandas, scipy, matplotlib, and scikit-learn.
`micropip <https://pyodide.org/en/stable/usage/api/micropip-api.html>`_. Any
pure Python package with a wheel available on PyPi is supported. Many packages
with C, C++, and Rust extensions have also been ported for use with Pyodide.
These include many general-purpose packages such as regex, PyYAML, and
cryptography, and scientific Python packages including NumPy, pandas, SciPy,
Matplotlib, and scikit-learn.

Pyodide comes with a robust Javascript ⟺ Python foreign function interface so
that you can freely mix these two languages in your code with minimal
Expand Down

0 comments on commit d60c002

Please sign in to comment.