w3c / media-production-workshop

W3C Workshop on Web and Media production
https://www.w3.org/2021/03/media-production-workshop/
21 stars 11 forks source link

SIMD support in webassembly #38

Open tidoust opened 2 years ago

tidoust commented 2 years ago

SIMD support in WebAssembly and support that could put more emphasis on performance over portability.

Raised in:

chrisn commented 2 years ago

Here's the Chrome Platform Status for WebAssembly SIMD.

lars-t-hansen commented 2 years ago

Firefox supports the SIMD MVP in Release on x86, x86_64, and arm64. We have prototyped and will ship Relaxed SIMD (on the same platforms) when that is standardized.