summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/wasi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/wasm/wasi.py')
-rw-r--r--Tools/wasm/wasi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/wasm/wasi.py b/Tools/wasm/wasi.py
index ac36d55..da847c4 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.