Derek Schuff
Derek Schuff
Assuming updating node took care of the flakiness, this will fix #18405
Answers to questions to consider from https://www.w3.org/TR/security-privacy-questionnaire/ (organized into paragraph form but with references to each question in parens). https://www.w3.org/TR/fingerprinting-guidance/ and https://www.rfc-editor.org/rfc/rfc6973.html have also been consulted but do not ask...
This is a meta issue to track wide review steps for the specification. See [How to do wide review](https://www.w3.org/Guide/documentreview/#who_to_ask_for_review) for details. This is a request for transition for all 3...
Results of accessibility [questionnaire](https://w3c.github.io/apa/fast/checklist.html): This is a request for transition for all 3 WebAssembly specifications, namely the [core](https://www.w3.org/TR/wasm-core-2/) spec, which defines the core code format and semantics; the [JS API](https://www.w3.org/TR/wasm-core-2/)...
Some latex tables in the core spec use the extra space argument to add extra vertical space between table rows, e.g. the `\\[1ex]` on line 660 of this example from...
This short review is for is a request for transition for all 3 WebAssembly specifications, namely the [core](https://www.w3.org/TR/wasm-core-2/) spec, which defines the core code format and semantics; the [JS API](https://www.w3.org/TR/wasm-core-2/)...
This will be used in emscripten, so that we can build libraries with nontrapping-fp and lower them away after link if desired.
Separate Windows and Mac into a new pipeline, manually triggerable by adding "run ci" label.
Rather than locking the entire cache, use a lock for each cached file. The lock is held while e.g. building the library, and only blocks other processes that want the...