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

webassembly.org/roadmap/ table #308

Open
jmnc2 opened this issue Jan 19, 2023 · 2 comments
Open

webassembly.org/roadmap/ table #308

jmnc2 opened this issue Jan 19, 2023 · 2 comments

Comments

@jmnc2
Copy link

jmnc2 commented Jan 19, 2023

Not sure if this is the right place to post this, but the table seems to have a problem.
"Fixed-width SIMD" shows not working, but says working since Firefox 89. I am using 109
Screenshot_20230119_180836

@ngzhian
Copy link
Member

ngzhian commented Jan 19, 2023

That's strange, i'm on 109.0 as well, but on Mac, and it shows a check mark. Can you try a hard refresh? Or maybe try it in incognito. What's your CPU btw? SIMD is not working on older CPU (pre SSE4.1 if it is an x86 CPU).

@dschuff dschuff transferred this issue from WebAssembly/meetings Jan 19, 2023
@andylizi
Copy link
Contributor

You can try running this code in the console, which is the same code that powers the "Your browser" column:

WebAssembly.compile(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11]))

It should give out an error message about why this wasm module couldn't pass validation.

example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants