Skip to content

Commit

Permalink
pythonGH-127652: stop using --wasi preview2 in wasi.py (pythonGH-…
Browse files Browse the repository at this point in the history
…127704)

It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
  • Loading branch information
brettcannon authored Dec 6, 2024
1 parent 5b6635f commit 0fc4063
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 0fc4063

Please sign in to comment.