xiph / rav1e

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

What WebAssembly targets should be supported? #3366

Closed FreezyLemon closed 8 months ago

FreezyLemon commented 8 months ago

Currently looking into WASM tests, and it's not clear what WebAssembly targets are actively supported. I think it's only wasm32-unknown-unknown, but I am not sure.

There are 2-3 main WASM targets I am aware of:

All of these have a maintenance burden of some sort, but I'd like to know what the goal is before starting to fix things.

lu-zero commented 8 months ago

wasi should work out of box w/out anything special. wasm32-unknown-unknown is the target that was worked on during the gsoc and the one that would be nice that keeps working even if it means some additional care.

FreezyLemon commented 8 months ago

Alright, that's all I wanted to know. Thanks