File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
"""Build script for Python on WebAssembly platforms.
3
3
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
7
7
8
8
Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9
9
"emscripten-browser", and "wasi".
18
18
The 'build' Python interpreter must be rebuilt every time Python's byte code
19
19
changes.
20
20
21
- ./Tools/wasm/wasm_builder .py --clean build build
21
+ ./Tools/wasm/wasm_build .py --clean build build
22
22
23
23
"""
24
24
import argparse
You can’t perform that action at this time.
0 commit comments