Skip to content

Commit

Permalink
pythonGH-127652: stop using --wasi preview2 in wasi.py
Browse files Browse the repository at this point in the history
It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
  • Loading branch information
brettcannon committed Dec 6, 2024
1 parent 89fa7ec commit 6204285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/wasm/wasi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6204285

Please sign in to comment.