Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.65k stars 1.38k forks source link

+ WASM SIMD #5077

Open tomByrer opened 5 years ago

tomByrer commented 5 years ago

Not the same as WASM v1 or ES7 SIMD.

https://www.chromestatus.com/feature/6533147810332672

Seems in Chrome behind feature flag, Firefox is being worked on.

Schweinepriester commented 3 years ago

https://twitter.com/v8js/status/1384125303442706433:

WebAssembly SIMD will be shipped by default in Chrome 91.

redfave commented 3 years ago

I think it's sensible to support the whole set of WebAssembly post-MVP-features from the official roadmap. At least if there is a way to gather this data.

logankaser commented 2 years ago

This shipped by on by default in Firefox 89: https://bugzilla.mozilla.org/show_bug.cgi?id=1695585

yisibl commented 2 years ago

See also: https://github.com/WebAssembly/simd/issues/480

Schweinepriester commented 1 year ago

https://webkit.org/blog/13686/release-notes-for-safari-technology-preview-161/:

WebAssembly SIMD

Schweinepriester commented 1 year ago

https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes:

Added support for WASM SIMD.

controversial commented 1 year ago

Note the WebAssembly roadmap provides a table of browser compatibility data for major WebAssembly features

Yaffle commented 12 months ago

The roadmap page provides the table, but caniuse has a nice view of the current browser versions and usage percentages, so It could be nice to see the data here.