aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-27 02:16:38 -0700
committerGitHub <noreply@github.com>2022-07-27 11:16:38 +0200
commit202311c67a85888f51ee9ab2df2ac97decbacf56 (patch)
treeab57388aa7f825e7f8cdf8250f8943cbf0c4026c /Tools
parent131fc72700d4e2d1b946e650a7d310ea96d02d8c (diff)
downloadcpython3-202311c67a85888f51ee9ab2df2ac97decbacf56.tar.gz
[3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-95307)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/wasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index c1daddda46..37bd395baf 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -167,7 +167,7 @@ functions.
- Heap memory and stack size are limited. Recursion or extensive memory
consumption can crash Python.
- Most stdlib modules with a dependency on external libraries are missing,
- e.g. ``ctypes``, ``readline``, ``sqlite3``, ``ssl``, and more.
+ e.g. ``ctypes``, ``readline``, ``ssl``, and more.
- Shared extension modules are not implemented yet. All extension modules
are statically linked into the main binary. The experimental configure
option ``--enable-wasm-dynamic-linking`` enables dynamic extensions