Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyodide support: don't require fasteners on emscripten #1663

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

hoodmane
Copy link

@hoodmane hoodmane commented Feb 9, 2024

This patch makes fasteners dependencies conditional on not-emscripten and moves
the fasteners import from top level into the function where it is used. It is the one patch
needed for zarr to work in Pyodide/

This patch removes fasteners and disables zarr.sync which uses process and thread
@joshmoore
Copy link
Member

Merging for 2.17.0 (cc: @MSanKeys963 for updating the notes)

I'll keep checking that things go green in #1621

@joshmoore joshmoore merged commit 4f2ace4 into zarr-developers:main Feb 14, 2024
8 of 16 checks passed
@hoodmane
Copy link
Author

Thanks!

@hoodmane hoodmane deleted the pyodide branch February 14, 2024 15:58
@MSanKeys963
Copy link
Member

(cc: @MSanKeys963 for updating the notes)

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants