rav1e icon indicating copy to clipboard operation
rav1e copied to clipboard

Add WASM tests to CI

Open shssoichiro opened this issue 1 year ago • 2 comments

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

shssoichiro avatar Mar 12 '24 01:03 shssoichiro

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

FreezyLemon avatar Mar 12 '24 11:03 FreezyLemon

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

lu-zero avatar Mar 12 '24 12:03 lu-zero