You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: