Fichtelcoder
a8da03cf01
Fix #1059 .
...
This is the correct way to pass extra arguments, such as features to cargo.
4 years ago
Frederic Kettelhoit
b242938066
Fix example commands in docs broken by PR #851
4 years ago
Kelly Thomas Kline
1b844c903c
Update reference to cargo's `--offline` feature
6 years ago
ibaryshnikov
92b80f6395
updated docs title for --out-name flag
7 years ago
Jacob
c8f03591ee
Fixed a single typo
7 years ago
ibaryshnikov
00a6ec8e94
updated docs for --out-name flag
7 years ago
ibaryshnikov
7a96d8d754
initial support for --out-name added
7 years ago
Ashley Williams
21ebfb9dd0
doc(build): add entry for --out-dir
7 years ago
Alex Crichton
8127b5b42d
Add support for `--target web`
...
This commit adds support for the new `--web` flag in `wasm-bindgen`
under the flag name `--target web`. To ensure that it was plubmed around
the stringly-typed `target` type was switched to an `enum Target` to
ensure that all cases it's looked at are handled appropriately for the
new `web` target.
7 years ago
Chinedu Francis Nwafili
b72051d385
Pass arguments through to cargo test
7 years ago
Vsevolod Velichko
43488dae1d
add test and some documentation for custom extra options passed to build command
7 years ago
Nick Fitzgerald
20c488d559
docs: document that the `pkg` directory is gitignored by default
...
Fixes #473
7 years ago
Nick Fitzgerald
64d52d8735
Add three build profiles and infrastructure for their toml configuration
...
Fixes #153
Fixes #160
7 years ago
Ashley Williams
d2a6af8eda
feat(docs): update/rename pages
7 years ago
Ashley Williams
bf39e3ed80
feat(doc): move book over
7 years ago
csmoe
d0ac2fa3cd
cmd(init/build): update docs
7 years ago
kohensu
365813e96e
Add doc for --skip-build
7 years ago
Christopher Lane Hinson
b393e4b6c2
Add warning about --debug flag in documentation.
7 years ago
Christopher Lane Hinson
e3c251b6d8
Documentation for --debug flag.
7 years ago
Ashley Williams
db37920f04
doc(target): document target flag
7 years ago
data-pup
b90c028294
Added example usage documentation.
8 years ago