]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix invocation of wasm_build.py for node (GH-109383)
authorSam Gross <colesbury@gmail.com>
Wed, 13 Sep 2023 22:28:08 +0000 (18:28 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 22:28:08 +0000 (15:28 -0700)
Tools/wasm/README.md

index cd749dee8920c6077a34f635a4228342202dddf8..e6dd4d5f00abde90429625fd5a98b21697d9dca9 100644 (file)
@@ -141,7 +141,7 @@ and header files with debug builds.
 #### Cross compile to wasm32-emscripten for node
 
 ```shell
-./Tools/wasm/wasm_build.py emscripten-browser-dl
+./Tools/wasm/wasm_build.py emscripten-node-dl
 ```
 
 The command is roughly equivalent to: