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
2c2627d320
feat(ci): print mdbook version
6 years ago
daubaris
38606621bc
cargo fmt
6 years ago
daubaris
3ccaee1abf
resolving conflicts
6 years ago
ashley williams
e0ebedfa89
Merge pull request #610 from rustwasm/fix-book
...
fix(doc): put non rustup conetnt in the right spot
6 years ago
ashley williams
8f952257ea
Merge pull request #599 from ibaryshnikov/master
...
Added support for --out-name flag
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
ashley williams
294741411c
Merge pull request #602 from drager/improve-error-message
...
Improve error message when wasm32-unknown-unknown is missing
6 years ago
ashley williams
67089e0a55
Merge pull request #601 from drager/unexpected-panics
...
feat: Print unexpected panics to standard error
6 years ago
ashley williams
839be5a322
Merge pull request #608 from Ajacmac/patch-1
...
Fixed a single typo
6 years ago
Jesper Håkansson
735c5865a2
refactor: Move wasm32 checking to it's own file
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
daubaris
b30b72b99a
Removed unnecessary macro and added comments
6 years ago
daubaris
e918fddb71
Merge branch 'master' of https://github.com/rustwasm/wasm-pack
6 years ago
ibaryshnikov
00a6ec8e94
updated docs for --out-name flag
6 years ago
ibaryshnikov
f17e65954c
added tests for --out-name flag
6 years ago
ashley williams
5762bc8650
Merge pull request #600 from drager/move-binary-install
...
chore: Remove binary-install
6 years ago
Jesper Håkansson
b329fefc84
feat: Print unexpected panics to standard error
...
This will print to standard error for unexpected panics
and then let `human_panic` handle panics, just like before.
6 years ago
Jesper Håkansson
6d376483d7
chore: Remove binary-install
...
binary-install has been moved to it's own repository: https://github.com/rustwasm/binary-install .
This means that wasm-pack shouldn't have it in it's repository as well.
6 years ago
ibaryshnikov
7a96d8d754
initial support for --out-name added
6 years ago
ashley williams
b07ec958d2
Merge pull request #598 from alexcrichton/fix-no-install
...
Fix panics in `build --mode no-install`
6 years ago
Alex Crichton
f39acc19c8
Fix panics in `build --mode no-install`
...
This commit fixes the `wasm-pack build --mode no-install` command from
unconditionally panicking as well as `--mode force`. These steps were
calling an `unwrap()` on an internal `Option<T>` which was supposed to
be set during `step_install_wasm_bindgen`, but that step wasn't run in
these modes. The mode configuration of steps has been refactored
slightly to ensure that more steps are shared between these modes to
reduce duplication.
6 years ago
Alex Crichton
ef745bfdcf
Merge pull request #593 from rustwasm/doc-out
...
doc(build): add entry for --out-dir
6 years ago
Ashley Williams
21ebfb9dd0
doc(build): add entry for --out-dir
6 years ago
ashley williams
5921f1a7ec
Merge pull request #590 from alexcrichton/doc-tweaks
...
Smorgasboard of doc improvements
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
daubaris
b7534ad6a5
Reset cargo version to latest
6 years ago
daubaris
d495bd52c3
rustfmt
6 years ago
daubaris
9934171d42
Updated with the current master
6 years ago
daubaris
88f45fe963
Update master
6 years ago
ashley williams
15974fec17
Merge pull request #588 from rustwasm/crates-badge
...
feat(doc): add crates.io badge to readme
6 years ago
Ashley Williams
688c0c68d8
feat(doc): add crates.io badge to readme
6 years ago
ashley williams
badbe1c37a
Merge pull request #587 from rustwasm/0.7.0-for-serious
...
feat(release): 0.7.0
6 years ago
Ashley Williams
05798a590e
feat(release): 0.7.0
6 years ago
ashley williams
411cad1d7b
Merge pull request #585 from rustwasm/update-trav-to-com
...
fix(test): travis badge org -> com
6 years ago
ashley williams
9336b48171
Merge pull request #586 from rustwasm/ugghhh
...
fix(homepage): 0.6.1 -> 0.6.0
6 years ago
Ashley Williams
4d5d9ed482
fix(homepage): 0.6.1 -> 0.6.0
6 years ago
ashley williams
4d5711750a
Merge pull request #582 from rustwasm/0.0.2
...
feat(binstall): 0.0.2
6 years ago
Ashley Williams
0eb12e0008
fix(test): travis badge org -> com
6 years ago
ashley williams
5add7a8e9e
Merge pull request #584 from rustwasm/whoops
...
fix(homepage): show 0.6.1 til 0.7.0 is actually ready
6 years ago
Ashley Williams
3a4666d002
fix(homepage): show 0.6.1 til 0.7.0 is actually ready
6 years ago
Ashley Williams
616bd80ab7
feat(binstall): 0.0.2
6 years ago
ashley williams
f456394c7e
Merge pull request #578 from rustwasm/0.7.0
...
0.7.0
6 years ago