Skip to content

Commit

Permalink
Move Fixed SIMD to finished proposals (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy authored Nov 24, 2021
1 parent 1a1c839 commit 277898c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ _These proposals have not yet been merged to the spec. Merged proposals are list

| Proposal | Champion |
| ------------------------------------------------------------------------------ | ---------------- |
| [Fixed-width SIMD][fixed-width_simd] | Deepti Gandluri and Arun Purushan |

### Phase 4 - Standardize the Feature (WG)

Expand Down Expand Up @@ -81,7 +80,6 @@ Please see [Contributing to WebAssembly](https://github.com/WebAssembly/design/b
[ecmascript_module_integration]: https://github.com/WebAssembly/esm-integration
[exception_handling]: https://github.com/WebAssembly/exception-handling
[feature_detection]: https://github.com/WebAssembly/feature-detection
[fixed-width_simd]: https://github.com/webassembly/simd
[function_references]: https://github.com/WebAssembly/function-references
[type-imports]: https://github.com/WebAssembly/proposal-type-imports
[garbage_collection]: https://github.com/WebAssembly/gc
Expand Down
3 changes: 3 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Finished proposals are proposals that have reached phase 4, and are included in
| [JavaScript BigInt to WebAssembly i64 integration][javascript_bigint_to_webassembly_i64_integration] | Dan Ehrenberg & Sven Sauleau | [WG-06-09][]
| [Reference Types][reference_types] | Andreas Rossberg | [WG-02-10-2021][] |
| [Bulk memory operations][bulk_memory_operations] | Ben Smith | [WG-02-10-2021][] |
| [Fixed-width SIMD][fixed-width_simd] | Deepti Gandluri and Arun Purushan | [WG-07-14-2021][] |

See also the [active proposals](README.md) and [inactive proposals](inactive-proposals.md) documents.

Expand All @@ -21,7 +22,9 @@ See also the [active proposals](README.md) and [inactive proposals](inactive-pro
[javascript_bigint_to_webassembly_i64_integration]: https://github.com/WebAssembly/JS-BigInt-integration
[reference_types]: https://github.com/WebAssembly/reference-types
[bulk_memory_operations]: https://github.com/WebAssembly/bulk-memory-operations
[fixed-width_simd]: https://github.com/webassembly/simd
[wg-06-06]: https://github.com/WebAssembly/meetings/blob/main/main/2018/WG-06-06.md#discussion-on-status-of-the-working-draft
[WG-03-11]: https://github.com/WebAssembly/meetings/blob/main/main/2020/WG-03-11.md
[WG-06-09]: https://lists.w3.org/Archives/Public/public-webassembly/2020Jun/0000.html
[WG-02-10-2021]: https://github.com/WebAssembly/meetings/blob/main/main/2021/WG-02-10.md
[WG-07-14-2021]: https://github.com/WebAssembly/meetings/blob/main/main/2021/WG-07-14.md

0 comments on commit 277898c

Please sign in to comment.