Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript.builtins.WebAssembly - Vector Instructions (SIMD) #14280

Closed
styfle opened this issue Dec 29, 2021 · 3 comments
Closed

javascript.builtins.WebAssembly - Vector Instructions (SIMD) #14280

styfle opened this issue Dec 29, 2021 · 3 comments
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@styfle
Copy link

styfle commented Dec 29, 2021

What information was incorrect, unhelpful, or incomplete?

Missing Vector Instructions (often called SIMD) from the WebAssembly compat table.

What did you expect to see?

Another row for "Vector Instructions" or "SIMD" in the Browser Compatibility section.

Did you test this? If so, how?

https://wasm-feature-detect.surma.technology/

Specification

https://webassembly.github.io/spec/core/syntax/instructions.html#vector-instructions

MDN page report details
@styfle
Copy link
Author

styfle commented Dec 29, 2021

Here's a list of implementations:

WebAssembly/simd#480

https://webassembly.org/roadmap/

@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Dec 29, 2021
@MendyBerger
Copy link
Contributor

https://webassembly.org/roadmap/

I think that adding all the parts mentioned here would make a lot of sense, especially SIMD, reference types, and exception handling, since those are areas with high interest.

Feel free to assign me if you need help with this.

@queengooborg
Copy link
Collaborator

Web Assembly features are now tracked in BCD since #20136!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

No branches or pull requests

3 participants