Skip to content

Commit 581f644

Browse files
committed
[3.14] GH-133600: Backport file reorg of Tools/wasm/wasi
1 parent 80fc62f commit 581f644

File tree

6 files changed

+394
-373
lines changed

6 files changed

+394
-373
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,12 @@ Lib/concurrent/futures/interpreter.py @ericsnowcurrently
302302
**/*-ios* @freakboy3742
303303

304304
# WebAssembly
305-
/Tools/wasm/ @brettcannon @freakboy3742
305+
Tools/wasm/config.site-wasm32-emscripten @freakboy3742
306+
/Tools/wasm/README.md @brettcannon @freakboy3742
307+
/Tools/wasm/wasi-env @brettcannon
308+
/Tools/wasm/wasi_build.py @brettcannon
309+
/Tools/wasm/emscripten @freakboy3742
310+
/Tools/wasm/wasi @brettcannon
306311

307312
# SBOM
308313
/Misc/externals.spdx.json @sethmlarson
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Backport file reorganization for Tools/wasm/wasi .
2+
3+
This should make backporting future code changes easier. It also simplifies
4+
instructions around how to do WASI builds in the devguide.

Tools/wasm/wasi-env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
22
set -e
33

4-
# NOTE: to be removed once no longer used in https://github.com/python/buildmaster-config/blob/main/master/custom/factories.py .
4+
# NOTE: to be removed once no longer used in https://github.com/python/buildmaster-config/blob/main/master/custom/factories.py ;
5+
# expected in Python 3.18 as 3.13 is when `wasi.py` was introduced.
56

67
# function
78
usage() {

0 commit comments

Comments
 (0)