File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ https://github.com/psf/webassembly for more information.
2222### Build
2323
2424To 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/ ) ,
2626a Python interpreter, and an installation of Node version 18 or newer.
2727Emscripten version 4.0.2 is recommended; newer versions may also work, but all
2828official 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
9595The web example relies on a bug fix in Emscripten version 3.1.73 so if you build
9696with earlier versions of Emscripten it may not work. The web example uses
You can’t perform that action at this time.
0 commit comments