Skip to content

Commit 277898c

Browse files
authored
Move Fixed SIMD to finished proposals (#131)
WebAssembly/spec#1391
1 parent 1a1c839 commit 277898c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ _These proposals have not yet been merged to the spec. Merged proposals are list
1313

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

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

@@ -81,7 +80,6 @@ Please see [Contributing to WebAssembly](https://github.com/WebAssembly/design/b
8180
[ecmascript_module_integration]: https://github.com/WebAssembly/esm-integration
8281
[exception_handling]: https://github.com/WebAssembly/exception-handling
8382
[feature_detection]: https://github.com/WebAssembly/feature-detection
84-
[fixed-width_simd]: https://github.com/webassembly/simd
8583
[function_references]: https://github.com/WebAssembly/function-references
8684
[type-imports]: https://github.com/WebAssembly/proposal-type-imports
8785
[garbage_collection]: https://github.com/WebAssembly/gc

finished-proposals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Finished proposals are proposals that have reached phase 4, and are included in
1111
| [JavaScript BigInt to WebAssembly i64 integration][javascript_bigint_to_webassembly_i64_integration] | Dan Ehrenberg & Sven Sauleau | [WG-06-09][]
1212
| [Reference Types][reference_types] | Andreas Rossberg | [WG-02-10-2021][] |
1313
| [Bulk memory operations][bulk_memory_operations] | Ben Smith | [WG-02-10-2021][] |
14+
| [Fixed-width SIMD][fixed-width_simd] | Deepti Gandluri and Arun Purushan | [WG-07-14-2021][] |
1415

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

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

0 commit comments

Comments
 (0)