Skip to content

Commit b59a9b2

Browse files
authored
Update Wasm GC stability docs (#13406)
I think we can consider it fuzzed between the new GC accessors fuzzer, wasm-smith's Wasm GC support, and the ongoing GC ops fuzzer work. Additionally, when we accidentally introduced GC-related bugs recently (e.g. when splitting GC heap tunables out from the existing memory tunables) the fuzzers quickly and successfully found these bugs.
1 parent 88513e2 commit b59a9b2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/stability-wasm-proposals.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The emoji legend is:
4949
| [`custom-page-sizes`] |||||||
5050
| [`exception-handling`] |||||||
5151
| [`function-references`] |||| 🚧 |||
52-
| [`gc`] [^5] ||| 🚧[^6] | 🚧[^7] |||
52+
| [`gc`] [^5] ||| 🚧[^6] | |||
5353
| [`threads`] ||| 🚧[^8] |[^4] |||
5454
| [`wide-arithmetic`] |||||||
5555

@@ -60,12 +60,8 @@ The emoji legend is:
6060
GC proposal.
6161
[^6]: The implementation of Wasm GC is feature complete from a specification
6262
perspective, however a number of quality-of-implementation tasks
63-
[remain](https://github.com/bytecodealliance/wasmtime/issues/5032), notably
64-
a tracing collector that can reclaim garbage cycles.
65-
[^7]: The GC proposal is lightly fuzzed via `wasm-smith` and our usual
66-
whole-module fuzz targets like `differential`, but we would like to
67-
additionally [extend the `table_ops` fuzz target to exercise more of the GC
68-
proposal](https://github.com/bytecodealliance/wasmtime/issues/10327).
63+
[remain](https://github.com/bytecodealliance/wasmtime/issues/13216) that
64+
we'd like to resolve before promoting Wasm GC to tier 1.
6965
[^8]: There are [known
7066
issues](https://github.com/bytecodealliance/wasmtime/issues/4245) with
7167
shared memories and the implementation/API in Wasmtime, for example they

0 commit comments

Comments
 (0)