Ashley Williams
54e974ee60
fix(docs): address comments
6 years ago
Ashley Williams
1ebda9d1b8
fix(docs): heavy cleanup and reorg
6 years ago
DebugSteven
1695275877
feat(docs): npm start & npm run build in root directory
6 years ago
DebugSteven
d4019fe82c
documentation for the generated lib.rs file in the rust-webpack template
6 years ago
DebugSteven
8a790c2ad1
feat(docs): discuss web-sys and dependencies and features from other the existing template deep dive
6 years ago
DebugSteven
3e77644235
feat(docs): start filling in docs for rust webpack template
...
Co-authored-by: Patrick McCarver <patrick@merklebros.com>
6 years ago
DebugSteven
b2b7abf43e
feat(docs): add pages for webpack tutorial
6 years ago
DebugSteven
97ce134756
fix(docs): change to say "browser"
6 years ago
Ashley Williams
5daca8cd5f
feat(docs): scaffold book for 3 tutorials
6 years ago
Ashley Williams
0bf77650a2
fix(doc): add test to SUMMARY
6 years ago
Ashley Williams
81f3ef2eeb
fix(docs): remove extraneous docs src
6 years ago
Alex Crichton
e944298e2a
Update prerequisites documentation
...
A few assorted improvements to the prerequisites documentation:
* Rust nightly/beta requirements are removed
* Wording indicating that `wasm-pack` requires `npm` has been clarified
* The dedicated Rust page was removed as it's largely just "install
Rust" nowadays
* The heading of the NPM page in the sidebar now includes `(optional)`
to clarify that it's not required.
6 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.
6 years ago
Surma
6c7b184cca
Add wee_alloc section
6 years ago
Chinedu Francis Nwafili
5757744ffa
Clean up subset of test docs
6 years ago
Chinedu Francis Nwafili
f54de0a067
Improve test docs
6 years ago
Chinedu Francis Nwafili
f7ad0e7c5a
Add instructions for options
6 years ago
Chinedu Francis Nwafili
b72051d385
Pass arguments through to cargo test
6 years ago
Jesper Håkansson
ac746ef226
doc: Use absolute url in prerequisites index
6 years ago
Jesper Håkansson
6fc3f9b349
doc: Fix links and Rust highlightning
6 years ago
Vsevolod Velichko
43488dae1d
add test and some documentation for custom extra options passed to build command
6 years ago
Dan Wilhelm
5205847d84
docs: Add template deep dive for src/utils.rs
...
Issue #346
6 years ago
Dan Wilhelm
8f22319d6f
docs: Add template deep dive for src/lib.rs
...
Issue #345
6 years ago
Dan Wilhelm
bcc94ace43
docs: Update for template changes, typos
6 years ago
Nick Fitzgerald
20c488d559
docs: document that the `pkg` directory is gitignored by default
...
Fixes #473
6 years ago
Nick Fitzgerald
ecbdf90adc
docs: delete trailing whitespace
6 years ago
Nick Fitzgerald
212d7727dc
docs: use `wasm-pack build` instead of `wasm-pack init`
...
The latter has been deprecated for some time.
6 years ago
Selwyn
2b30ca8e13
Fix link to manual setup instructions from getting started
6 years ago
Nick Fitzgerald
64d52d8735
Add three build profiles and infrastructure for their toml configuration
...
Fixes #153
Fixes #160
7 years ago
Nick Fitzgerald
94c1f0a200
docs: Fix prerequisite subsection links
7 years ago
Guy Waldman
04298d633e
Close quotes in cargo.toml
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
Hendrik Sollich
51b820945b
fix(doc): fix links in README
7 years ago
Ashley Williams
4b1e684ffc
feat(book): rework book
7 years ago
Ashley Williams
bf39e3ed80
feat(doc): move book over
7 years ago