From ebc1a1d7ce85656ac0162a0a88d08781d0f270d8 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Wed, 4 Feb 2026 16:05:52 -0600 Subject: [PATCH 1/2] Add WebAssembly Phase 3 proposals entry --- activities.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/activities.yml b/activities.yml index ae7745b..d8e2eb2 100644 --- a/activities.yml +++ b/activities.yml @@ -1934,6 +1934,10 @@ WebAssembly JS Promise Integration: url: https://github.com/WebAssembly/js-promise-integration/ venues: - Proposal +WebAssembly Phase 3 Proposals: + issue: 1350 + rationale: | + Due to the structure of the WebAssembly CG, Phase 3 signifies that a proposal is ready to implement. Phase 3 proposals have been reviewed by the SpiderMonkey team and more broadly within Gecko. Phase 2 proposals which require security/privacy review or host integration require their own Mozilla Standards Position. WebAssembly Relaxed SIMD: description: | New 'relaxed' SIMD instructions for WebAssembly that have local non-determinism that depends on the platform. From b9519044a884fa0a942e2e88a4cf9e1656da5827 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Thu, 5 Feb 2026 11:27:47 -0600 Subject: [PATCH 2/2] Rework wording --- activities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activities.yml b/activities.yml index d8e2eb2..35d16a4 100644 --- a/activities.yml +++ b/activities.yml @@ -1937,7 +1937,7 @@ WebAssembly JS Promise Integration: WebAssembly Phase 3 Proposals: issue: 1350 rationale: | - Due to the structure of the WebAssembly CG, Phase 3 signifies that a proposal is ready to implement. Phase 3 proposals have been reviewed by the SpiderMonkey team and more broadly within Gecko. Phase 2 proposals which require security/privacy review or host integration require their own Mozilla Standards Position. + Due to our high level of engagement in the WebAssembly standards process and the maturity phases used, we do not provide positions for proposals at Phase 3 if the scope of the proposal is limited to the WebAssembly language. Proposals that might affect other parts of the platform, have security- or privacy-relevant aspects, and less mature proposals should all request a position. WebAssembly Relaxed SIMD: description: | New 'relaxed' SIMD instructions for WebAssembly that have local non-determinism that depends on the platform.