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
Ashley Williams
994d1f698c
0.7.0
6 years ago
ashley williams
c96972f179
Merge pull request #549 from rustwasm/0.7.0
...
0.7.0
6 years ago
Ashley Williams
0e0e5c1e3e
0.7.0
6 years ago
ashley williams
60c09efa7d
Merge pull request #577 from rustwasm/drager-non-rustup-env
...
Drager non rustup env
6 years ago
Ashley Williams
a0af7b974a
fix: merge
6 years ago
Ashley Williams
b908d4dfd4
Merge branch 'non-rustup-env' of https://github.com/drager/wasm-pack into drager-non-rustup-env
6 years ago
ashley williams
a1b0fd23c5
Merge pull request #576 from rustwasm/j-tut
...
webpack tutorial and some docs nits
6 years ago
ashley williams
6a666fa295
Merge branch 'master' into non-rustup-env
6 years ago
ashley williams
912b9b1627
Merge pull request #547 from alexcrichton/output-10
...
Migrate output towards the 1.0 strategy
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
Alex Crichton
e796e6e604
Run `cargo fmt`
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