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:
Miss Islington (bot) 2022-08-02 12:13:07 -07:00 committed by GitHub
parent 698b52c879
commit 72cad6cfe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 322 additions and 105 deletions

View 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.