-
Notifications
You must be signed in to change notification settings - Fork 70
feat: Allow choosing bzip2 rust backend #329
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Elichai Turkel <[email protected]>
I think so, AFAIU it only touched deflate, not bzip2 |
Is this increase in the MSRV actually necessary? If so, see the |
I can look more deeply into why I can try to update the |
Signed-off-by: Chris Hennick <[email protected]>
Bzip2 has a feature flag for allowing a rust backend (See trifectatechfoundation/bzip2-rs#40 (comment))
this exposes that feature to users so they can easily compile to wasm32-unknown-unknown