ifduyue / python-xxhash

Python Binding for xxHash

Home Page:https://pypi.org/project/xxhash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: add xxhash to Pyodide

jpivarski opened this issue · comments

This would allow libraries that depend on xxhash to run in JupyterLite, py-script, etc.

Packages are added to Pyodide by explicitly compiling them in; there's a large directory of those packages, and they're each governed by a meta.yaml and a small test. Here is an example of a meta.yaml file: it has a URL to the source tarball of the latest version of the package and provides environment variables (or other helpers) for the build process. Whenever a new source tarball is pushed to PyPI, a bot writes its own PR to update this meta.yaml.

@jpivarski Thanks for let me know, I'll look into it.

pyodide merged my PR, I'm going to close this.