Skip to content

Commit 5916540

Browse files
committed
Fix script name misspelling in docstring
1 parent 70990ed commit 5916540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tools/wasm/wasm_build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python3
22
"""Build script for Python on WebAssembly platforms.
33
4-
$ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5-
$ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
6-
$ ./Tools/wasm/wasm_builder.py wasi build test
4+
$ ./Tools/wasm/wasm_build.py emscripten-browser build repl
5+
$ ./Tools/wasm/wasm_build.py emscripten-node-dl build test
6+
$ ./Tools/wasm/wasm_build.py wasi build test
77
88
Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
99
"emscripten-browser", and "wasi".
@@ -18,7 +18,7 @@
1818
The 'build' Python interpreter must be rebuilt every time Python's byte code
1919
changes.
2020
21-
./Tools/wasm/wasm_builder.py --clean build build
21+
./Tools/wasm/wasm_build.py --clean build build
2222
2323
"""
2424
import argparse

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy