You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added official support for the wasm32-unknown-unknown target in stacks-common, clarity-serialization and clarity, but there's currently no CI check to ensure it stays working. Separately, PR #6228 revealed that some feature flags were broken without anyone noticing. These issues are easy to miss without dedicated CI checks.
Add a CI workflow that uses cargo hack to check all feature flags individually and ensure that wasm32 builds don’t regress.