Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Platforms/emscripten/web_example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ <h1>Simple REPL for Python WASM</h1>
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.
Expand All @@ -679,9 +679,9 @@ <h1>Simple REPL for Python WASM</h1>
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>
Expand Down
Loading