Skip to content

Commit 6d5f698

Browse files
committed
WASM REPL: update README.md to account for demo location moving
1 parent 43a47dc commit 6d5f698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tools/wasm/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://github.com/psf/webassembly for more information.
2222
### Build
2323

2424
To cross compile to the ``wasm32-emscripten`` platform you need
25-
[the Emscripten compiler toolchain](https://emscripten.org/),
25+
[the Emscripten compiler toolchain](https://emscripten.org/),
2626
a Python interpreter, and an installation of Node version 18 or newer.
2727
Emscripten version 4.0.2 is recommended; newer versions may also work, but all
2828
official testing is performed with that version. All commands below are relative
@@ -86,11 +86,11 @@ CLI you will need to write your own alternative to `node_entry.mjs`.
8686

8787
### The Web Example
8888

89-
When building for Emscripten, the web example will be built automatically. It is
90-
in the ``web_example`` directory. To run the web example, ``cd`` into the
89+
When building for Emscripten, the web example will be built automatically. It
90+
is in the ``web_example`` directory. To run the web example, ``cd`` into the
9191
``web_example`` directory, then run ``python server.py``. This will start a web
92-
server; you can then visit ``http://localhost:8000/python.html`` in a browser to
93-
see a simple REPL example.
92+
server; you can then visit ``http://localhost:8000/`` in a browser to see a
93+
simple REPL example.
9494

9595
The web example relies on a bug fix in Emscripten version 3.1.73 so if you build
9696
with earlier versions of Emscripten it may not work. The web example uses

0 commit comments

Comments
 (0)