Skip to content

Commit 4390c13

Browse files
authored
Fix argument ordering of embuilder command documented in Tools/wasm/README.md (GH-109863)
1 parent 2ef2fff commit 4390c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PIC. To populate the build cache, run:
7979
```shell
8080
. /opt/emsdk/emsdk_env.sh
8181
embuilder build zlib bzip2 MINIMAL_PIC
82-
embuilder build --pic zlib bzip2 MINIMAL_PIC
82+
embuilder --pic build zlib bzip2 MINIMAL_PIC
8383
```
8484

8585

0 commit comments

Comments
 (0)