xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.73k stars 253 forks source link

Add WASM tests to CI #3363

Open shssoichiro opened 8 months ago

shssoichiro commented 8 months ago

As noted in #3359, we want to add tests in CI to verify wasm, both on stable and minimum supported rustc versions.

FreezyLemon commented 8 months ago

We spent some time on improving the CI jobs in rust-av recently, so I can take a look at this. It should be good enough to run cargo check for MSRV purposes, right? I don't think we'd expect changes that don't break the build and change runtime behaviour

lu-zero commented 8 months ago

it should be fine, -Zmsrv-policy in nightly might be an alternative otherwise.