Open tomByrer opened 5 years ago
https://twitter.com/v8js/status/1384125303442706433:
WebAssembly SIMD will be shipped by default in Chrome 91.
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.
This shipped by on by default in Firefox 89: https://bugzilla.mozilla.org/show_bug.cgi?id=1695585
https://webkit.org/blog/13686/release-notes-for-safari-technology-preview-161/:
WebAssembly SIMD
- Enabled WASM SIMD on x64 (258309@main)
…
https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes:
Added support for WASM SIMD.
Note the WebAssembly roadmap provides a table of browser compatibility data for major WebAssembly features
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.
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.