Fix invocation of wasm_build.py for node (GH-109383)

This commit is contained in:
Sam Gross 2023-09-13 18:28:08 -04:00 committed by GitHub
parent 6c13e13b13
commit baaac99487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: