diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-02 19:13:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 19:13:07 (GMT) |
commit | 72cad6cfe5e8d0b424bdd224feee6a22631ec3e6 (patch) | |
tree | 2254c6bea85fbfc25db23b73174a62b5ecd6ee59 /Doc/library/resource.rst | |
parent | 698b52c8791122e1e2a0aaa8708544c1a7cda68f (diff) | |
download | cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.zip cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.tar.gz cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.tar.bz2 |
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 e3b6ff19aaa318a813130ba9ad2ab0a332f27feb)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Doc/library/resource.rst')
-rw-r--r-- | Doc/library/resource.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 7c9c5a0..e7bf45d 100644 --- a/Doc/library/resource.rst +++ b/Doc/library/resource.rst @@ -13,6 +13,8 @@ This module provides basic mechanisms for measuring and controlling system resources utilized by a program. +.. include:: ../includes/wasm-notavail.rst + Symbolic constants are used to specify particular system resources and to request usage information about either the current process or its children. |