925 Commits (2c68c89c6834a6ca5349482ee4693575dce23ed1)
 

Author SHA1 Message Date
Nick Fitzgerald 51e6351c28
Merge pull request #440 from fitzgen/build-profiles-toml-config 7 years ago
daubaris 33c602cf82 Merge branch 'master' of https://github.com/rustwasm/wasm-pack 7 years ago
Nick Fitzgerald 64d52d8735 Add three build profiles and infrastructure for their toml configuration 7 years ago
Alex Crichton 91e3293529
Merge pull request #389 from xmclark/fix-canonical-paths-on-windows 7 years ago
Mackenzie Clark b3d62e1649 do not canonicalize the crate path 7 years ago
Nick Fitzgerald b107874817
Merge pull request #442 from alexcrichton/cdylib 7 years ago
Jesper Håkansson 99b9602d31 chore: Run latest rustfmt 7 years ago
Jesper Håkansson b47dfa3009 chore: Run latest rustfmt 7 years ago
Alex Crichton fe48dbd15a Don't require cdylib crate-type for testing 7 years ago
Jesper Håkansson a558ea5e50 Merge branch 'master' into refactor-binary-installation 7 years ago
Nick Fitzgerald 9e1e9b0cb3
Merge pull request #439 from fitzgen/rename-debug-to-dev 7 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
Alex Crichton 401f114991
Merge pull request #436 from alexcrichton/error 7 years ago
Alex Crichton 11beac3736 Replace internal `Error` with `failure::Error` 7 years ago
Jesper Håkansson 714a8a1581 refactor: Remove unneeded code, since master has changed a lot 7 years ago
Jesper Håkansson b15f062906 Merge branch 'master' into refactor-binary-installation 7 years ago
Nick Fitzgerald 3575a0a5fc Rename `--debug` to `--dev` to match `cargo` 7 years ago
Alex Crichton 7796ecb311
Merge pull request #435 from alexcrichton/handle-rename 7 years ago
Alex Crichton 35fe250d09 Fix wasm-bindgen if lib is renamed via `lib.name` 7 years ago
Alex Crichton e8b3075dae
Merge pull request #430 from fitzgen/build-crate-in-a-workspace 7 years ago
Nick Fitzgerald 8abedfebbe Run `cargo fmt` 7 years ago
Nick Fitzgerald e7145e585f Add a test for building a wasm crate in a workspace 7 years ago
Nick Fitzgerald 0bb4fc4352
Merge pull request #433 from fitzgen/update-mdbook 7 years ago
Nick Fitzgerald 400cfba7c1
Merge pull request #431 from fitzgen/stop-reading-cargo-toml-many-times 7 years ago
Nick Fitzgerald 91e3de352b
Merge pull request #432 from fitzgen/name-field-for-ci-jobs 7 years ago
Nick Fitzgerald 4d3c97de05 deps: Update mdbook version we use to build the book 7 years ago
Nick Fitzgerald 098eb33cea Run cargo fmt 7 years ago
Nick Fitzgerald f63abe0c8a CI: Also log the rustfmt version 7 years ago
Nick Fitzgerald 8a59cf2956 CI: Use `name` field for Travis CI jobs 7 years ago
Nick Fitzgerald 6d3e9dfebb Refactor: make `check_crate_config` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 25490301e0 Refactor: make `get_crate_name` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 0e09b3fd3c Refactor: make `write_package_json` a method on `CargoManifest` 7 years ago
Nick Fitzgerald 511e6c29a0 Refactor: replace `manifest::read_cargo_toml` with a constructor 7 years ago
Nick Fitzgerald 4e6abcfd1d Only read the `Cargo.toml` manifest once 7 years ago
Jesper Håkansson fa68a0d91f test: Create and return tarball in tests, add more test cases 7 years ago
Nick Fitzgerald dac12d3e34
Merge pull request #426 from alexcrichton/home-dir-cache 7 years ago
Jesper Håkansson 98b405c366 refactor: Use env::temp_dir() instead of current_dir() for tests 7 years ago
Alex Crichton f986edf4c7 Move test synchronization to tests, not in `wasm-pack` 7 years ago
Alex Crichton 110d930351 Assert not only an error happens but the right error happens 7 years ago
Alex Crichton c664cfddd1 Use a global cache for all downloaded binaries 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
daubaris 3b22521162 Merge branch 'master' of https://github.com/rustwasm/wasm-pack 7 years ago
Nick Fitzgerald df4ef1f451
Merge pull request #424 from fitzgen/issue-422 7 years ago
Jesper Håkansson 70df15fcca test: Rework and rename path tests 7 years ago
Jesper Håkansson 8150ba39fb chore: Run cargo update 7 years ago
Jesper Håkansson 57e00f844f Merge branch 'master' into refactor-binary-installation 7 years ago
Nick Fitzgerald 1bbc966240 Don't print stdout/stderr in error messages because we already pipe that to console when running the child process 7 years ago