Nick Fitzgerald
|
8325d9ada4
|
binary-install: don't make getting a binary from a download infallible
Instead of panicking on unexpected states, check for them and return an
error. Also add more debug logging for when we `cargo install` wasm-bindgen.
|
6 years ago |
Ashley Williams
|
1071b6ed65
|
feat(binstall): don't track lib's cargo lock
|
6 years ago |
Ashley Williams
|
a9a4237b79
|
feat(binstall): prepare for publish
|
6 years ago |
Jesper Håkansson
|
489d3e84c2
|
refactor: Rename binary-install to wasm-pack-binary-install
|
7 years ago |
Jesper Håkansson
|
50e472de05
|
chore: Remove unused crates and error variants
|
7 years ago |
Jesper Håkansson
|
714a8a1581
|
refactor: Remove unneeded code, since master has changed a lot
The modules and tests are no longer relevant since master has changed
a lot since the code was split into smalled modules.
|
7 years ago |
Jesper Håkansson
|
fa68a0d91f
|
test: Create and return tarball in tests, add more test cases
|
7 years ago |
Jesper Håkansson
|
98b405c366
|
refactor: Use env::temp_dir() instead of current_dir() for tests
|
7 years ago |
Jesper Håkansson
|
d5faedd200
|
test: Add initial tests for exposed functions in lib
|
7 years ago |
Jesper Håkansson
|
10080c2794
|
fix: not(target_os = "windows")
|
7 years ago |
Jesper Håkansson
|
37dac09ce5
|
test: More tests for path functions as well as minor fixes
|
7 years ago |
Jesper Håkansson
|
70df15fcca
|
test: Rework and rename path tests
|
7 years ago |
Jesper Håkansson
|
69ee13b3b3
|
test: Add tests for path functions
|
7 years ago |
Jesper Håkansson
|
ac70220610
|
Remove authors from binary-install Cargo.toml
|
7 years ago |
Jesper Håkansson
|
a4b29a9293
|
refactor: Move binary installation to it's own crate
|
7 years ago |