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 release planning #6742

Open
ppenzin opened this issue Sep 7, 2021 · 1 comment
Open

WebAssembly release planning #6742

ppenzin opened this issue Sep 7, 2021 · 1 comment

Comments

@ppenzin
Copy link
Member

ppenzin commented Sep 7, 2021

This is a discussion to determine what should go into the next release w.r.t WebAssembly. We have updated the SIMD opcodes somewhat recently, and I am inclined to remove anything else that is not yet in from the upcoming release.

Things among open issues that are worth noting, in my opinion:

  • WebAssembly stack overflow crash #6524 - request to throw an exception when Wasm runs out of stack space, rather than just crashing. It is planned for the next release, but since we haven't gotten to it my feeling is that we should postpone it.
  • simd128 opcode update and new instructions #6434 - getting us up to speed with Wasm SIMD. It is more or less a project, as it add new webassembly instructions, and requires some backend support. It is an important milestone in Wasm support, and CC has more than half of that functionality working already.
  • WASM SIMD - Single instruction shuffle #6396 - obvious optimization of Wasm shuffles. It is needed in order to stop shuffles from being embarrassingly slow.
  • Other Wasm features (project) - longer term work.
@ppenzin ppenzin added this to the vCommunity (1.12) milestone Sep 7, 2021
@ppenzin
Copy link
Member Author

ppenzin commented Oct 30, 2021

I've moved #6524 and #6396 to vNext.

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

No branches or pull requests

1 participant