You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,13 @@
6
6
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
7
7
It is meant for discussion, prototype specification and implementation of a proposal to add garbage collection (GC) support to WebAssembly.
8
8
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.
10
10
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.
12
12
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.
14
14
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.
18
16
19
17
This repository is based on the [function references proposal](proposals/function-references/Overview.md) as a baseline and includes all respective changes.
0 commit comments