Skip to content

Commit 5f31272

Browse files
committed
small wording changes
1 parent 05c12ce commit 5f31272

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tools/wasm/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ compilation of CPython to WebAssembly (WASM). Python supports Emscripten
99
run in modern browsers and JavaScript runtimes like *Node.js*. WASI builds
1010
use WASM runtimes such as *wasmtime*.
1111

12-
Users and developers are encouraged to use the `Tools/wasm/emscripten` and
13-
`Tools/wasm/wasi` for building CPython for WebAssembly. These tools automate
14-
the build process and provide assistance with installation of SDKs, running
15-
tests, etc.
12+
Users and developers are encouraged to use `Tools/wasm/emscripten` and
13+
`Tools/wasm/wasi` for building CPython for WebAssembly, as described below.
14+
These tools automate the build process and provide assistance with installation
15+
of SDKs, running tests, etc.
1616

1717
**NOTE**: If you are looking for general information about WebAssembly that is
1818
not directly related to CPython, please see https://github.com/psf/webassembly.
@@ -48,8 +48,8 @@ You can run the browser smoke test with:
4848

4949
### The Web Example
5050

51-
When building for Emscripten, the web example will be built automatically. It
52-
is in the ``web_example`` directory. To run the web example, ``cd`` into the
51+
When building for Emscripten, a small web example will be built automatically
52+
in the ``web_example`` directory. To run the web example, ``cd`` into the
5353
``web_example`` directory, then run ``python server.py``. This will start a web
5454
server; you can then visit ``http://localhost:8000/`` in a browser to see a
5555
simple REPL example.

0 commit comments

Comments
 (0)