From 50600b945638256843e7df6068aabd5114255a29 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 27 Mar 2026 20:09:43 +0800 Subject: [PATCH] feat: add pyodide to Python Implementations Adds pyodide, a Python distribution for the browser and Node.js based on WebAssembly, in alphabetical order within the Python Implementations section. Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 524b4ed..85a1a83 100644 --- a/README.md +++ b/README.md @@ -946,6 +946,7 @@ _Implementations of Python._ - [cython](https://github.com/cython/cython) - Optimizing Static Compiler for Python. - [ironpython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C#. - [micropython](https://github.com/micropython/micropython) - A lean and efficient Python programming language implementation. +- [pyodide](https://github.com/pyodide/pyodide) - Python distribution for the browser and Node.js based on WebAssembly. - [pypy](https://github.com/pypy/pypy) - A very fast and compliant implementation of the Python language. ## Built-in Classes Enhancement