mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix invocation of wasm_build.py for node (GH-109383)
This commit is contained in:
parent
6c13e13b13
commit
baaac99487
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ #### Cross-compile to wasm32-emscripten for browser
|
|||
#### 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue