summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2023-09-08 05:37:29 (GMT)
committerGitHub <noreply@github.com>2023-09-08 05:37:29 (GMT)
commit00cf626cd41f806062c22a913b647b4efa84c476 (patch)
tree1277b6ba0ca9bd896abcc42aec5d6fa089f2305b
parentc74e440168fab9bf91346471087a394af13fa2db (diff)
downloadcpython-00cf626cd41f806062c22a913b647b4efa84c476.zip
cpython-00cf626cd41f806062c22a913b647b4efa84c476.tar.gz
cpython-00cf626cd41f806062c22a913b647b4efa84c476.tar.bz2
Update `CODEOWNERS` for `Tools/wasm/` (#109119)
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 578cd71..81c580e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -179,3 +179,6 @@ Doc/c-api/stable.rst @encukou
/Tools/clinic/** @erlend-aasland @AlexWaygood
/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood
Doc/howto/clinic.rst @erlend-aasland
+
+# WebAssembly
+/Tools/wasm/ @brettcannon