We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31272 commit 243fe71Copy full SHA for 243fe71
Tools/wasm/README.md
@@ -9,11 +9,6 @@ compilation of CPython to WebAssembly (WASM). Python supports Emscripten
9
run in modern browsers and JavaScript runtimes like *Node.js*. WASI builds
10
use WASM runtimes such as *wasmtime*.
11
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.
16
-
17
**NOTE**: If you are looking for general information about WebAssembly that is
18
not directly related to CPython, please see https://github.com/psf/webassembly.
19
0 commit comments