From f60edac0166d52196a775bf9d9e364adb1b51a3e Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Fri, 8 May 2026 12:08:07 +0100 Subject: [PATCH] [3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (cherry picked from commit 52a05e8da71abcc83df54e465d0a4df50785e910) Co-authored-by: Malcolm Smith --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 289277fdd39168..a60afb1bf6f91f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -315,7 +315,7 @@ Lib/concurrent/futures/interpreter.py @ericsnowcurrently **/*-ios* @freakboy3742 # WebAssembly -Tools/wasm/config.site-wasm32-emscripten @freakboy3742 +/Platforms/emscripten @freakboy3742 /Tools/wasm/README.md @brettcannon @freakboy3742 /Tools/wasm/wasi-env @brettcannon /Tools/wasm/wasi_build.py @brettcannon