summaryrefslogtreecommitdiffstats
path: root/Tools/wasm
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-27 06:18:34 (GMT)
committerGitHub <noreply@github.com>2022-07-27 06:18:34 (GMT)
commitdaa64d6a5900beea1f1973e5e01121967bc6fa6c (patch)
treeffcee8a92eae4fc25f6a3986155ef23fc1e241bf /Tools/wasm
parent2e35a13e46663acf665da06267c54e66c7ecf18d (diff)
downloadcpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.zip
cpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.tar.gz
cpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.tar.bz2
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Diffstat (limited to 'Tools/wasm')
-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 c1daddda..37bd395 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