GH-133600: Refactor wasi.py into wasi/__main__.py

Along the way, also move related files into their appropriate directories and update `.github/CODEOWNERS`.
This commit is contained in:
Brett Cannon 2025-05-07 12:10:53 -07:00
parent 942673ed19
commit ee49644cc9
8 changed files with 385 additions and 1311 deletions

7
.github/CODEOWNERS vendored
View file

@ -298,7 +298,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
**/*-ios* @freakboy3742
# WebAssembly
/Tools/wasm/ @brettcannon @freakboy3742
Tools/wasm/config.site-wasm32-emscripten @freakboy3742
/Tools/wasm/README.md @brettcannon @freakboy3742
/Tools/wasm/wasi-env @brettcannon
/Tools/wasm/wasi.py @brettcannon
/Tools/wasm/emscripten @freakboy3742
/Tools/wasm/wasi @brettcannon
# SBOM
/Misc/externals.spdx.json @sethmlarson