From: Brett Cannon Date: Fri, 6 Dec 2024 18:42:05 +0000 (-0800) Subject: GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704) X-Git-Tag: v3.14.0a3~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fc4063747c96223575f6f5a0562eddf2ed0ed62;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Tools/wasm/wasi.py b/Tools/wasm/wasi.py index ac36d55587a3..da847c4ff862 100644 --- a/Tools/wasm/wasi.py +++ b/Tools/wasm/wasi.py @@ -297,8 +297,6 @@ def main(): # build. # Use 16 MiB stack. "--wasm max-wasm-stack=16777216 " - # Use WASI 0.2 primitives. - "--wasi preview2 " # Enable thread support; causes use of preview1. #"--wasm threads=y --wasi threads=y " # Map the checkout to / to load the stdlib from /Lib.