Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit befaac9

Browse files
authored
Update README.md to link to the spec doc (#443)
Also add a note pointing out that the details in Overview.md are out of date.
1 parent 63d48b8 commit befaac9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
77
It is meant for discussion, prototype specification and implementation of a proposal to add garbage collection (GC) support to WebAssembly.
88

9-
* See the [overview](proposals/gc/Overview.md) for a summary and rationale of the proposal.
9+
* See the [overview](proposals/gc/Overview.md) for a high-level summary and rationale of the proposal. *Note:* the concrete details here are out of date.
1010

11-
* See the [MVP](proposals/gc/MVP.md) for a draft specification of the concrete language extensions that are proposed for the first stage of GC support in Wasm.
11+
* See the [MVP](proposals/gc/MVP.md) for an up-to-date overview of the concrete language extensions that are proposed for the first stage of GC support in Wasm.
1212

13-
* See the [Post-MVP](proposals/gc/Post-MVP.md) for possible future extensions in later stages.
13+
* See the [Post-MVP](proposals/gc/Post-MVP.md) for possible future extensions in later stages.
1414

15-
<!--
16-
* See the [modified spec](https://webassembly.github.io/gc/core) for details.
17-
-->
15+
* See the [modified spec](https://webassembly.github.io/gc/core) for the completed spec for the first-stage proposal described in MVP.md.
1816

1917
This repository is based on the [function references proposal](proposals/function-references/Overview.md) as a baseline and includes all respective changes.
2018

0 commit comments

Comments
 (0)