Update web-codecs for web-sys 0.3.91 - #36
Merged
Merged
Conversation
- Use typed *Support return types for is_config_supported methods - Wrap VideoColorSpaceInit setters in Some() (now Option<T>) - Fix set_bitrate to pass u32 directly (no longer f64) - AudioEncoderConfig::new now requires channel_count and sample_rate - Add *Support feature flags, bump minimum web-sys to 0.3.91 - Remove cargo-audit from CI checks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
web-codecsto work withweb-sys0.3.91 breaking changes: typed*Supportreturn types foris_config_supported,Option<T>wrappers forVideoColorSpaceInitsetters,u32bitrate (wasf64), and required args forAudioEncoderConfig::newweb-sysversion to0.3.91and add*Supportfeature flagscargo-auditfrom CI (broken by CVSS v4.0 advisory format)Test plan
just checkpasses locally (cargo check, clippy, fmt, shear, sort)🤖 Generated with Claude Code