Skip to content

Commit

Permalink
Fix invocation of wasm_build.py for node (pythonGH-109383)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Sep 13, 2023
1 parent 6c13e13 commit baaac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit baaac99

Please sign in to comment.