Ashley Williams
d6baf439b7
feat(command): add generate command
6 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
6 years ago
Jesper Håkansson
b9eb7bcf2e
0.8.1
6 years ago
Ashley Williams
a002127f7c
0.8.0
6 years ago
Jesper Håkansson
eda096e153
doc: Fix broken links
6 years ago
Nick Fitzgerald
d73ab9d143
Update docs/src/tutorials/npm-browser-packages/template-deep-dive/src-lib-rs.md
...
Co-Authored-By: ashleygwilliams <ashley666ashley@gmail.com>
6 years ago
Nick Fitzgerald
3a4b7f08f3
Update docs/src/tutorials/npm-browser-packages/template-deep-dive/cargo-toml.md
...
Co-Authored-By: ashleygwilliams <ashley666ashley@gmail.com>
6 years ago
Ashley Williams
a4c9e2a3cd
feat(doc): add readme to docs landing page
6 years ago
Ashley Williams
49891974a3
fix(docs): landing page with no relative links
6 years ago
Ashley Williams
cd5284b1ec
fix(doc): s/tutorial/tutorials
6 years ago
Ashley Williams
83433ddd38
fix(doc): remove npm link discussion as doc does not exist(yet)
6 years ago
Ashley Williams
305f0513ea
fix(docs): links and update to no cfg_if template
6 years ago
Ashley Williams
2bf330868d
fix(doc): put non rustup conetnt in the right spot
6 years ago
ibaryshnikov
92b80f6395
updated docs title for --out-name flag
6 years ago
Jesper Håkansson
12fcdad8b4
fix: Improve error message when wasm32-unknown-unknown is missing
...
doc: Write about adding wasm32-unknown-unknown manually
6 years ago
Jacob
c8f03591ee
Fixed a single typo
6 years ago
ibaryshnikov
00a6ec8e94
updated docs for --out-name flag
6 years ago
ibaryshnikov
7a96d8d754
initial support for --out-name added
6 years ago
Ashley Williams
21ebfb9dd0
doc(build): add entry for --out-dir
6 years ago
Alex Crichton
688c9b19a1
Smorgasboard of doc improvements
...
* Add deep dive documentation for `tests/web.rs` of the `wasm-pack-template`
* Add docs for testing a project in addition to building
* Touch up other documentation int he deep dive and setup
* Fix a few dead links and moved pages and such
6 years ago
Ashley Williams
05798a590e
feat(release): 0.7.0
6 years ago
Ashley Williams
4d5d9ed482
fix(homepage): 0.6.1 -> 0.6.0
6 years ago
Ashley Williams
3a4666d002
fix(homepage): show 0.6.1 til 0.7.0 is actually ready
6 years ago
Ashley Williams
0e0e5c1e3e
0.7.0
6 years ago
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
d5b12094e6
fix(website): place logo more vcenter
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
Alex Crichton
a59cf6ad5f
Flag gh-pages docs as unpublished
...
This commit adds a header dialog to the gh-pages mdbook documentation of
this repository to indicate that it represents unpublished documentation
that may not reflect the currently published version of `wasm-pack`. The
header redirects users to https://rustwasm.github.io/docs/wasm-pack/
which has the documentation for the latest published version of
`wasm-pack`.
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
Jesper Håkansson
99ea57e5b0
doc: Update to 2019
6 years ago
Ashley Williams
90a9ed9649
feat(site): update version and date
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