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

Extract zstd into a feature flag #38

Merged
merged 2 commits into from
May 2, 2024
Merged

Conversation

RobWalt
Copy link
Contributor

@RobWalt RobWalt commented Apr 17, 2024

Hey, I'm interested in getting this lib to work for wasm targets. So let's start with the bare minimum of getting this to compile for wasm without any features enabled. The only real obstacle here was the zstd feature of async-compression which drew in some zstd binding rust crate. Moving this around gives us a starting point to get the rest to run on wasm as well.

If you want to have it enabled by default, we can put the zstd feature into the default features. Just let me know!

@nyurik
Copy link
Collaborator

nyurik commented Apr 17, 2024

I'm ok with this change (tbh I am not even sure why we need zstd enabled by default?)

@nyurik nyurik merged commit 1f1b92a into stadiamaps:main May 2, 2024
2 checks passed
@RobWalt RobWalt deleted the zstd-as-feature branch May 2, 2024 20:24
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.

2 participants