Skip to content

Commit baaac99

Browse files
authored
Fix invocation of wasm_build.py for node (GH-109383)
1 parent 6c13e13 commit baaac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ and header files with debug builds.
141141
#### Cross compile to wasm32-emscripten for node
142142

143143
```shell
144-
./Tools/wasm/wasm_build.py emscripten-browser-dl
144+
./Tools/wasm/wasm_build.py emscripten-node-dl
145145
```
146146

147147
The command is roughly equivalent to:

0 commit comments

Comments
 (0)