diff options
author | Brett Cannon <brett@python.org> | 2023-09-08 05:37:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 05:37:29 (GMT) |
commit | 00cf626cd41f806062c22a913b647b4efa84c476 (patch) | |
tree | 1277b6ba0ca9bd896abcc42aec5d6fa089f2305b | |
parent | c74e440168fab9bf91346471087a394af13fa2db (diff) | |
download | cpython-00cf626cd41f806062c22a913b647b4efa84c476.zip cpython-00cf626cd41f806062c22a913b647b4efa84c476.tar.gz cpython-00cf626cd41f806062c22a913b647b4efa84c476.tar.bz2 |
Update `CODEOWNERS` for `Tools/wasm/` (#109119)
-rw-r--r-- | .github/CODEOWNERS | 3 |
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 |