@@ -9,10 +9,10 @@ compilation of CPython to WebAssembly (WASM). Python supports Emscripten
99run in modern browsers and JavaScript runtimes like * Node.js* . WASI builds
1010use 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
1818not 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
5454server; you can then visit `` http://localhost:8000/ `` in a browser to see a
5555simple REPL example.
0 commit comments