web-codecs 0.3.8

WASM bindings for Web Codecs
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.8]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.7...web-codecs-v0.3.8 - 2026-02-18

### Other

- Switch to parking_lot and add a `spawn_named` method. ([#30]https://github.com/kixelated/web-rs/pull/30)

## [0.3.7]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.6...web-codecs-v0.3.7 - 2025-05-19

### Other

- And add dimensions to VideoFrame. ([#28]https://github.com/kixelated/web-rs/pull/28)
- Add PartialEq/Eq to Dimensions ([#26]https://github.com/kixelated/web-rs/pull/26)

## [0.3.6]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.5...web-codecs-v0.3.6 - 2025-05-09

### Other

- Add a bunch of stuff ([#24]https://github.com/kixelated/web-rs/pull/24)
- Add Just ([#18]https://github.com/kixelated/web-rs/pull/18)
- Make a few nits for the WebCodecs API. ([#20]https://github.com/kixelated/web-rs/pull/20)
- Initial audio support. ([#19]https://github.com/kixelated/web-rs/pull/19)
- Move moq-async to web-async. ([#14]https://github.com/kixelated/web-rs/pull/14)

## [0.3.5]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.4...web-codecs-v0.3.5 - 2025-02-13

### Other

- Remove the Timestamp wrapper. ([#12]https://github.com/kixelated/web-rs/pull/12)

## [0.3.4]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.3...web-codecs-v0.3.4 - 2025-01-26

### Other

- Remove our custom Duration time. ([#10]https://github.com/kixelated/web-rs/pull/10)

## [0.3.3]https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.2...web-codecs-v0.3.3 - 2025-01-10

### Other

- Fix encoding and some bugs. ([#9]https://github.com/kixelated/web-rs/pull/9)
- Tabs r cool ([#8]https://github.com/kixelated/web-rs/pull/8)
- Try to fix cargo docs.
- Merge in web-streams and basic encoder support ([#6]https://github.com/kixelated/web-rs/pull/6)

## [0.3.2]https://github.com/kixelated/web-codecs-rs/compare/v0.3.1...v0.3.2 - 2024-11-26

### Other

- Actually use DerefMut wrapper. ([#4]https://github.com/kixelated/web-codecs-rs/pull/4)
- Drop frames when done. ([#3]https://github.com/kixelated/web-codecs-rs/pull/3)

## [0.3.0]https://github.com/kixelated/web-codecs-rs/compare/v0.2.0...v0.3.0 - 2024-11-23

### Other
- Add missing GITHUB_TOKEN
- Video prefix ([#1]https://github.com/kixelated/web-codecs-rs/pull/1)
- cargo fmt
- Unstable flags?
- Install WASM
- Fix build
- release-plz