From: Sam Gross Date: Wed, 13 Sep 2023 22:28:08 +0000 (-0400) Subject: Fix invocation of wasm_build.py for node (GH-109383) X-Git-Tag: v3.13.0a1~444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baaac99487255da049a3712d46b769635640fc92;p=thirdparty%2FPython%2Fcpython.git Fix invocation of wasm_build.py for node (GH-109383) --- diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md index cd749dee8920..e6dd4d5f00ab 100644 --- a/Tools/wasm/README.md +++ b/Tools/wasm/README.md @@ -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: