Skip to content

Commit

Permalink
Merge pull request #1073 from FrankenApps/patch-1
Browse files Browse the repository at this point in the history
Update docs for how to pass extra options to cargo.
  • Loading branch information
drager authored Dec 16, 2021
2 parents 5eb3dff + a8da03c commit cf757fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/commands/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ at the very end of your command, just as you would for `cargo build`. For
example, to build the previous example using cargo's offline feature:

```
wasm-pack build examples/js-hello-world --mode no-install --offline
wasm-pack build examples/js-hello-world --mode no-install -- --offline
```

<hr style="font-size: 1.5em; margin-top: 2.5em"/>
Expand Down

0 comments on commit cf757fc

Please sign in to comment.