Skip to content

Conversation

@storo-dfend
Copy link
Contributor

When compiling zlib_rs for wasm32-unknown-unknown with default-features = false, the build fails because zlib-rs/src/adler32/wasm.rs uses std::mem::transmute. This PR uses core::mem::transmute instead, since it does the same job and doesn't break no_std builds.

@codecov
Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
fuzz-compress ?
fuzz-decompress ?
test-aarch64-apple-darwin 93.25% <ø> (-0.02%) ⬇️
test-x86_64-apple-darwin 91.70% <ø> (-0.03%) ⬇️
test-x86_64-unknown-linux-gnu 90.24% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@folkertdev
Copy link
Member

Thanks!

@folkertdev folkertdev merged commit fafc7a8 into trifectatechfoundation:main Jun 5, 2025
24 checks passed
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