10000 GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704) · python/cpython@0fc4063 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fc4063

Browse files
authored
GH-127652: stop using --wasi preview2 in wasi.py (GH-127704)
It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
1 parent 5b6635f commit 0fc4063

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/wasm/wasi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ def main():
297297
# build.
298298
# Use 16 MiB stack.
299299
"--wasm max-wasm-stack=16777216 "
300-
# Use WASI 0.2 primitives.
301-
"--wasi preview2 "
302300
# Enable thread support; causes use of preview1.
303301
#"--wasm threads=y --wasi threads=y "
304302
# Map the checkout to / to load the stdlib from /Lib.

0 commit comments

Comments
 (0)
0