Nick Fitzgerald
d689c50408
Merge pull request #412 from mstallmo/typo-fix
...
Fix typo in test function name for copying the README
7 years ago
Nick Fitzgerald
600d02b292
Merge pull request #408 from huangjj27/test-build-for-example
...
test(command/build): add a test for build command
7 years ago
Junjie Huang
29c19f8a40
Merge branch 'master' into test-build-for-example
7 years ago
huangjj27
c713477ac8
change for cargo_metadata
7 years ago
huangjj27
ee9116d2e0
bugfix(bindgen-target-dir): use PathBuf to join
...
the old code are hard coded path with "/", which may cause error
on windows, thus changing to use PathBuf.join.
fixing #414
7 years ago
Mason Stallmo
6426e23cbe
Fix typo in test function name for copying the README
7 years ago
daubaris
7c3f497e3c
added wasm-pack feature checking wasm-pack version
7 years ago
huangjj27
ad62870f40
useing local wasm-bindgen
7 years ago
huangjj27
40a5fa2b74
test(command/build): add a test for build command
7 years ago
ashley williams
ceb4779723
Merge pull request #405 from rustwasm/website-update
...
feat(website): bump vers
7 years ago
Ashley Williams
7dfa6d631e
feat(website): bump vers
7 years ago
ashley williams
489a646912
Merge pull request #404 from rustwasm/0.5.1
...
v0.5.1
7 years ago
Ashley Williams
ed988871c4
v0.5.1
7 years ago
Nick Fitzgerald
60bdb80947
Merge pull request #401 from drager/return-failure-error
...
Return `Result<T, failure::Error>` instead of `Result<T, wasm_pack::error::Error>`
7 years ago
ashley williams
2ca946e833
Merge pull request #392 from fitzgen/child-process-and-output-management
...
Child process and output management
7 years ago
Jesper Håkansson
9404c1496d
chore: Run rustfmt
7 years ago
Jesper Håkansson
b7a84200a6
chore: Run rustfmt
7 years ago
Jesper Håkansson
0be4905e31
refactor: Return failure::Error instead of wasm_pack::error::Error
7 years ago
Jesper Håkansson
899f5e0ffc
refactor: Import self and use full module path for failure
...
Use full module path for failure to be consistent since
it's used like that in other modules.
7 years ago
Jesper Håkansson
e9e0fb3cba
refactor: Return failure::Error instead of wasm_pack::error::Error
7 years ago
Nick Fitzgerald
e9276e0aab
error: Add stdout to the `Error::Cli` variant
7 years ago
Nick Fitzgerald
1621d18072
child: Always print everything to our output
...
Also don't buffer the child's stdout and stderr.
7 years ago
ashley williams
921b7240ae
Merge pull request #394 from mstallmo/master
...
Change to INFO when alerting users about missing fields Cargo.toml
7 years ago
Mason Stallmo
78117ef4a1
Fix bad formating
7 years ago
Mason Stallmo
b82fa7db65
Combine filed missing messages into one INFO line
7 years ago
Mason Stallmo
e47af81f8f
Change to INFO when alerting users about missing fields in Cargo.toml
7 years ago
Nick Fitzgerald
2fa961d97d
Use `child::run` for spawning child processes everywhere
7 years ago
Nick Fitzgerald
4fd08dcbd2
test: Add a utility for creating null loggers for tests
7 years ago
Nick Fitzgerald
6e8e8a6cb2
Create a module for running child processes
7 years ago
Nick Fitzgerald
210bf075be
Merge pull request #387 from konstin/exit_status
...
Add exit_status to cli error to fix #291
7 years ago
konstin
514e5c6032
Add exit_status to cli error to fix #291
7 years ago
ashley williams
05151ead6d
Merge pull request #383 from alexcrichton/remove-nightly
...
Remove lingering forced nightly usages
7 years ago
Alex Crichton
17b385060f
Remove lingering forced nightly usages
...
These look to have been removed elsewhere, so seem to be left in by
mistake!
7 years ago
ashley williams
2b97d8fbb1
Merge pull request #381 from fitzgen/cargo-fmt
...
cargo fmt
7 years ago
Nick Fitzgerald
e1c8ca825d
cargo fmt
7 years ago
Alex Crichton
8e6cc1fc21
Merge pull request #378 from fitzgen/test-crate-suggestion
...
test: fix crate dependency suggestion
7 years ago
Nick Fitzgerald
15defe9038
test: fix crate dependency suggestion
...
Fixes #377
7 years ago
Nick Fitzgerald
e188a19aa8
Merge pull request #376 from fitzgen/fix-docs-links
...
docs: Fix prerequisite subsection links
7 years ago
Nick Fitzgerald
94c1f0a200
docs: Fix prerequisite subsection links
7 years ago
ashley williams
9b4aef8712
Merge pull request #375 from goto-bus-stop/patch-1
...
fix(changelog): fix some typos
7 years ago
Renée Kooi
b2a63799f9
fix(changelog): fix some typos
...
some minor fixes for copy-pastability of the cli flags!
7 years ago
ashley williams
d4144d3019
Merge pull request #372 from guywald1/docs-manual-setup-close-quotes
...
[docs] Close quotes in cargo.toml example in manual setup
7 years ago
Guy Waldman
04298d633e
Close quotes in cargo.toml
7 years ago
ashley williams
b6d58402e5
Merge pull request #371 from rustwasm/website
...
feat(website): bump installer version
7 years ago
Ashley Williams
b08af8607a
feat(website): bump installer version
7 years ago
ashley williams
dedf852c76
Merge pull request #369 from alexcrichton/fix-installer
...
Fixup installer generation
7 years ago
ashley williams
d80e6e4852
Merge pull request #316 from rustwasm/0.5.0
...
v0.5.0
7 years ago
Alex Crichton
84b1a769ca
Fixup installer generation
...
The installer pages need to be postprocessed a bit to have the latest
version on them, so this updates them to ensure that we're shipping the
postprocessed version at `/installer` instead of the raw versions
7 years ago
Ashley Williams
80ac5b3509
v0.5.0
7 years ago
ashley williams
6ed5b00f5b
Merge pull request #367 from rustwasm/i-hope-u-know-what-ur-doing
...
feat(buildmode): allow --mode force to skip rustc check
7 years ago