[3.14] gh-148788: Update Emscripten example post move to Platforms dir (GH-148761) (#148789)

Update Emscripten example post move to Platforms dir.
(cherry picked from commit a00b24ec68)

Co-authored-by: Stan Ulbrych <stan@python.org>
This commit is contained in:
Miss Islington (bot)
2026-04-20 04:36:44 +02:00
committed by GitHub
parent f283ac45e6
commit 7b233c144f
+4 -4
View File
@@ -663,9 +663,9 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
The simple REPL provides a limited Python experience in the
browser.
<a
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md"
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md"
>
Tools/wasm/README.md
Platforms/emscripten/README.md
</a>
contains a list of known limitations and issues. Networking,
subprocesses, and threading are not available.
@@ -679,9 +679,9 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
your browser instead of using <code>server.py</code> as
described in
<a
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md#the-web-example"
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md#the-web-example"
>
Tools/wasm/README.md
Platforms/emscripten/README.md
</a>.
</p>
<p>