Some minor fixes this time
- better wasm support (and we test wasm on CI)
- make
bz_internal_error
anextern fn
by @folkertdev in #135 fixes a soundness issue. This is technically a semver-breaking change, but major versions for-sys
crates create a lot of churn. We don't expect users to run into this
What's Changed
- fix: libc wasm types by @baszalmstra in #131
- update LICENSE-MIT by @rootdiae in #130
- run CI for
wasm32-wasip2
by @folkertdev in #132 - remove libc dependency of
bzip2-sys
by @folkertdev in #133 - make
bz_internal_error
anextern fn
by @folkertdev in #135
New Contributors
- @baszalmstra made their first contribution in #131
- @rootdiae made their first contribution in #130
Full Changelog: v0.5.1...v0.5.2