earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
741 stars 74 forks source link

Pyodide support #323

Open simontaurus opened 3 months ago

simontaurus commented 3 months ago

Pyodide is a python distribution for the browser and Node.js based on WebAssembly. Especially useful for playgrounds/education (e. g. JupyterLite) and interactive documentation (e. g. markdown-exec)

Pure python packages are directly supported, but packages with C extensions like mwparserfromhell need to be handled explicitly.

@earwig Would you be interested in providing a pyodide package? It shouldn't be much efford, since https://github.com/conda-forge/mwparserfromhell-feedstock/blob/main/recipe/meta.yaml is already in place