mirror of
https://github.com/python/cpython.git
synced 2025-08-21 17:25:34 +00:00
[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>
This commit is contained in:
parent
131fc72700
commit
202311c67a
5 changed files with 23 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue