From d2f6ce711249d37fc21a8933de1f7903cb521302 Mon Sep 17 00:00:00 2001 From: Conrad Watt Date: Wed, 26 Oct 2022 13:32:28 -0700 Subject: [PATCH] Move threads to phase 3 Following the successful vote in the in-person meeting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c052c..6c6aef4 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ _These proposals have not yet been merged to the spec. Merged proposals are list | [Relaxed SIMD][relaxed-simd] | Marat Dukhan & Zhi An Ng | | [Typed Function References][function_references] | Andreas Rossberg | | [Garbage collection][garbage_collection] | Andreas Rossberg | +| [Threads][threads] | Conrad Watt | ### Phase 2 - Proposed Spec Text Available (CG + WG) | Proposal | Champion | | ---------------------------------------------------------------| -----------------------------| -| [Threads][threads] | Conrad Watt | | [ECMAScript module integration][ecmascript_module_integration] | Asumu Takikawa & Ms2ger | | [Type Reflection for WebAssembly JavaScript API][js-types] | Till Schneidereit | | [Relaxed dead code validation][relaxed-dead-code-validation] | Conrad Watt and Ross Tate |