From 06e4a40e23a05b77830d57e0626a481da8801dbd Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Fri, 8 May 2026 10:49:21 +0100 Subject: [PATCH] Update CODEOWNERS for Emscripten migration to Platforms directory --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af904a567cfb7e2..24dd564d4008ae9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -176,8 +176,8 @@ Lib/test/test__osx_support.py @python/macos-team Tools/wasm/README.md @brettcannon @freakboy3742 @emmatyping # WebAssembly (Emscripten) -Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping -Tools/wasm/emscripten @freakboy3742 @emmatyping +Platforms/emscripten @freakboy3742 @emmatyping +Tools/wasm/emscripten @freakboy3742 @emmatyping # WebAssembly (WASI) Platforms/WASI @brettcannon @emmatyping @savannahostrowski