mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
(cherry picked from commit e3b6ff19aa
)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
698b52c879
commit
72cad6cfe5
46 changed files with 322 additions and 105 deletions
7
Doc/includes/wasm-notavail.rst
Normal file
7
Doc/includes/wasm-notavail.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. include for modules that don't work on WASM
|
||||
|
||||
.. availability:: not Emscripten, not WASI.
|
||||
|
||||
This module does not work or is not available on WebAssembly platforms
|
||||
``wasm32-emscripten`` and ``wasm32-wasi``. See
|
||||
:ref:`wasm-availability` for more information.
|
Loading…
Add table
Add a link
Reference in a new issue