WebAssembly 2024-09-17 > 2024-10-01 #91
Labels
LC
Working Draft approaching Candidate Recommendation
pending
This issue needs to get a reviewer assigned to it
REVIEW REQUESTED
This is a request for transition for version 2.0 of all 3 WebAssembly specifications, namely the core spec, which defines the core code format and semantics;
the JS API specification, which provides a JavaScript API for interacting with WebAssembly; and the Web API specification, which describes the integration of WebAssembly with the broader web platform.
What and when is your next expected transition?
CR, as soon as horizontal review is done.
What has changed since any previous review?
All of the analysis herein concerns the changes made since Wasm 1.0. These are listed
here and include the following extension
proposals:
Sign extension instructions; Non-trapping float-to-int conversions; multi-value block types and function results;
reference types, table instructions, and multiple tables; bulk memory and table instructions; SIMD vector instructions. Links to overviews of each proposal can be found in the proposal's respective github repo (these are listed here).
Please point to the results of your own self-review (see https://w3c.github.io/apa/fast/checklist.html)
Check against a11y checklist for CR transition WebAssembly/spec#1805
Where and how to file issues arising?
https://github.com/WebAssembly/spec/issues
Pointer to any explainer for the spec?
There is not an explainer for the entire spec (and in any case it is fairly large). Links to explainers/overviews for each
of the 5 proposals can be found in the proposal's respective github repo (these are listed here).
Other comments:
Since WebAssembly is a specification for the representation and semantics of computation, it seems there is very little interaction with accessibility principles.
The text was updated successfully, but these errors were encountered: