summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-04-23 12:59:33 (GMT)
committerGitHub <noreply@github.com>2022-04-23 12:59:33 (GMT)
commit92c1037afc28d9d22e43b275c5e8fae41729ec1c (patch)
treef82012ad15f553a8331fe6772eaa93420986ac3f /Doc
parent130a8c386bc1a8de49eadf784fa178869ce01f37 (diff)
downloadcpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.zip
cpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.tar.gz
cpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.tar.bz2
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/configure.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index e7efd2b..057efa3 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -164,6 +164,12 @@ WebAssemby Options
.. versionadded:: 3.11
+.. cmdoption:: --enable-wasm-pthreads
+
+ Turn on pthreads support for WASM.
+
+ .. versionadded:: 3.11
+
Install Options
---------------