mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
[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:
committed by
GitHub
parent
f283ac45e6
commit
7b233c144f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user