Julian Rosse
4e0fd291e5
small fixes
3 years ago
Markus Stange
35bd2bac12
Replace two mentions of `wasm-pack init` with `wasm-pack build` in the docs.
4 years ago
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
milahu
6ea28810a8
add link to wasm-pack-template
5 years ago
Avery Harnish
739d331117
Fix broken link in commands doc
6 years ago
Gerd Jungbluth
6651b8a8e9
fix(docs): remove redundant link
6 years ago
Gerd Jungbluth
9334faa5e3
fix(docs): fix some typos
...
refs #755
6 years ago
Gerd Jungbluth
7d85e13d52
fix(docs): fix broken link and type for "Commands"
...
refs #755
6 years ago
Kelly Thomas Kline
1b844c903c
Update reference to cargo's `--offline` feature
6 years ago
Pauan
a39129ebd0
Adding in docs
6 years ago
Mario Reder
090d90bb76
feat(publish): dist tag option
6 years ago
Ashley Williams
d6baf439b7
feat(command): add generate command
7 years ago
Alex Crichton
82ffe7b879
Only run specific tests during `wasm-pack test`
...
This builds on rustwasm/wasm-bindgen#1465 by ensuring that `wasm-pack
test --node` will now only test node.js tests
7 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
5757744ffa
Clean up subset of test docs
7 years ago
Chinedu Francis Nwafili
f54de0a067
Improve test docs
7 years ago
Chinedu Francis Nwafili
f7ad0e7c5a
Add instructions for options
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
ecbdf90adc
docs: delete trailing whitespace
7 years ago
Nick Fitzgerald
212d7727dc
docs: use `wasm-pack build` instead of `wasm-pack init`
...
The latter has been deprecated for some time.
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
Mason Stallmo
090fd15ce6
Fix broken links in book by replacing absolute paths with relative paths
7 years ago
Ashley Williams
4b1e684ffc
feat(book): rework book
7 years ago
Ashley Williams
bf39e3ed80
feat(doc): move book over
7 years ago