83 Commits (4e0fd291e52897a2e39bfd3c21ada30c298d0c7d)

Author SHA1 Message Date
Jubilee Young 69c5624b17 fix: remove needless clones, borrows 4 years ago
Ashley Williams 5218be592c refactor(tool): wasm-opt is a tool variant 6 years ago
Ashley Williams 229de51270 feat(build_target): impl display 6 years ago
Ashley Williams f9ec18d783 feat(bindgen): update to --target flag interface 6 years ago
Ashley Williams 032c9f4cbd feat(bindgen): check wasm-bindgen cli version when running target web 6 years ago
Ashley Williams c293720fe1 feat(bindgen): use version check function from install 6 years ago
Ashley Williams af03d1d3e2 fix(bindgen): remove unused import 6 years ago
Ashley Williams b72048b8c7 feat(bindgen): check that wasm-bindgen versions match, with dummy data 6 years ago
Ashley Williams a3541196c7 feat(bidngen): we don't need to read stdout to know it will fail 6 years ago
Ashley Williams d6baf439b7 feat(command): add generate command 7 years ago
Kirk Turner 64f835c0f2 Get the wasm-bindgen version and display it in the error message 7 years ago
Kirk Turner 97fdc94d53 #627 - create a custom error message when wasm-bindgen fails because --web isn't available 7 years ago
ibaryshnikov 7a96d8d754 initial support for --out-name added 7 years ago
Alex Crichton 90055c682f Funnel everything through `PBAR.info` 7 years ago
Alex Crichton b710fde193 Remove the no longer needed `Step` type 7 years ago
Alex Crichton 7c8d1a80a8 Don't always capture stdout, selectively do it 7 years ago
Alex Crichton d3d2a4cc28 More effort towards "1.0 output" goals 7 years ago
Alex Crichton 8127b5b42d Add support for `--target web` 7 years ago
Nick Fitzgerald d9359070ae "Wasm" is a contraction, not an acronym 7 years ago
Nick Fitzgerald 1d639fb621 Fix directory layout of cached `cargo install`ed wasm-bindgens 7 years ago
Nick Fitzgerald 8325d9ada4 binary-install: don't make getting a binary from a download infallible 7 years ago
Ashley Williams a9a4237b79 feat(binstall): prepare for publish 7 years ago
Alex Crichton 80be336ee2 Replace `slog` with `log` 7 years ago
huangjj27 2512199cb3 resolve conlicts and pass the test 7 years ago
huangjj27 b301015588 update: rebasing to master 7 years ago
huangjj27 cf56fa10d6 bugfix(command/build): passing test case 7 years ago
Nick Fitzgerald 64d52d8735 Add three build profiles and infrastructure for their toml configuration 7 years ago
Jesper Håkansson 99b9602d31 chore: Run latest rustfmt 7 years ago
Jesper Håkansson 489d3e84c2 refactor: Rename binary-install to wasm-pack-binary-install 7 years ago
Alex Crichton 35fe250d09 Fix wasm-bindgen if lib is renamed via `lib.name` 7 years ago
Alex Crichton c664cfddd1 Use a global cache for all downloaded binaries 7 years ago
huangjj27 c713477ac8 change for cargo_metadata 7 years ago
huangjj27 ee9116d2e0 bugfix(bindgen-target-dir): use PathBuf to join 7 years ago
Jesper Håkansson a4b29a9293 refactor: Move binary installation to it's own crate 7 years ago
Jesper Håkansson b7a84200a6 chore: Run rustfmt 7 years ago
Jesper Håkansson e9e0fb3cba refactor: Return failure::Error instead of wasm_pack::error::Error 7 years ago
Nick Fitzgerald 2fa961d97d Use `child::run` for spawning child processes everywhere 7 years ago
konstin 514e5c6032 Add exit_status to cli error to fix #291 7 years ago
Nick Fitzgerald e1c8ca825d cargo fmt 7 years ago
Alex Crichton cd4e381ef4 Pass `--debug` to `wasm-bindgen` in debug mode 7 years ago
Ashley Williams 64c5a22ff6 feat(bindgen): accept no-modules as target 7 years ago
Nick Fitzgerald 577d1b33e6 feature(test): Add a `wasm-pack test` subcommand 7 years ago
Alex Crichton 0381aa627a Add listing for precompiled Windows binaries 7 years ago
Mackenzie Clark 40b0291715 add out dir cli parameter 7 years ago
Nick Fitzgerald 7ab7a3f2cb feature: Use pre-built `wasm-bindgen` CLIs from Github releases 7 years ago
Nick Fitzgerald 86a7eee755 tidy: Don't use double negatives 7 years ago
data-pup 8301613278 Coordinate wasm-bindgen versions. 7 years ago
Mackiovello 1067f215be Use PathBuf instead of String to handle paths 7 years ago
Nick Fitzgerald 805b796cf9 Deny missing documentation 7 years ago
Michael Gerhaeuser 62423e33d4 Replace std::sync::RwLock with parking_lot 7 years ago