498 Commits (2e4c661d49949ab89a2075ea693fad26f36545c9)

Author SHA1 Message Date
Ashley Williams 229de51270 feat(build_target): impl display 6 years ago
Ashley Williams f9ec18d783 feat(bindgen): update to --target flag interface 6 years ago
rhysd 5a58e8e683 Fix sideEffects value in generated package.json should be empty 6 years ago
Ashley Williams 032c9f4cbd feat(bindgen): check wasm-bindgen cli version when running target web 6 years ago
Ashley Williams 22a63ea86f feat(install): break out get cli version function 6 years ago
Ashley Williams c293720fe1 feat(bindgen): use version check function from install 6 years ago
Ashley Williams 4e255675f0 fix(clippy): remove unnecessary return 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
ibaryshnikov 788fca0f67 updated help message, replaced 'browser' with 'bundler' 6 years ago
Thomas cd91478a52 Update cargo_metadata to 0.8.0 6 years ago
Jesper Håkansson bd3dec1c59 fix: Add user agent for wasm-pack version check 6 years ago
Ashley Williams 8407a1dc18 fix(lint): ignore redundant closures 7 years ago
Ashley Williams b96538ec23 fix(lint): re-enable clippy, fix lints 7 years ago
Ashley Williams d6baf439b7 feat(command): add generate command 7 years ago
Kirk Turner e880a33408 Recurse up the path looking for the Cargo.toml 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
Alex Crichton 82ffe7b879 Only run specific tests during `wasm-pack test` 7 years ago
Alex Crichton 9b74e43d2d Add support for automatically executing `wasm-opt` 7 years ago
Jesper Håkansson e6733d420d refactor: Use PBAR.warn and a struct for versions 7 years ago
Jesper Håkansson 6a0f2fb247 fix: Print other message if we could not find the target 7 years ago
Jesper Håkansson 8bba404e59 fix: Check for "rustup" rather than ".rustup" when checking for wasm32 7 years ago
daubaris 38606621bc cargo fmt 7 years ago
Jesper Håkansson 735c5865a2 refactor: Move wasm32 checking to it's own file 7 years ago
Jesper Håkansson 12fcdad8b4 fix: Improve error message when wasm32-unknown-unknown is missing 7 years ago
daubaris b30b72b99a Removed unnecessary macro and added comments 7 years ago
ibaryshnikov f17e65954c added tests for --out-name flag 7 years ago
Jesper Håkansson b329fefc84 feat: Print unexpected panics to standard error 7 years ago
ibaryshnikov 7a96d8d754 initial support for --out-name added 7 years ago
Alex Crichton f39acc19c8 Fix panics in `build --mode no-install` 7 years ago
daubaris d495bd52c3 rustfmt 7 years ago
daubaris 9934171d42 Updated with the current master 7 years ago
Ashley Williams a0af7b974a fix: merge 7 years ago
Alex Crichton e796e6e604 Run `cargo fmt` 7 years ago
Alex Crichton 90055c682f Funnel everything through `PBAR.info` 7 years ago
Alex Crichton bcbfc4fc86 Tweak output formatting slightly and location 7 years ago
Alex Crichton ff6005e28a Run rustfmt 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 116c456a19 Add back in "Compiling for Wasm ..." 7 years ago
Alex Crichton d3d2a4cc28 More effort towards "1.0 output" goals 7 years ago
Alex Crichton 64239747a0 Migrate output towards the 1.0 strategy 7 years ago
Jesper Håkansson 4b9fd878dc refactor: Use path.exists() instead of using `ls` and `grep`, stop 7 years ago
Jesper Håkansson 4803a201c8 feat: Check for wasm32-unknown-unknown in sysroot 7 years ago
Alex Crichton 8127b5b42d Add support for `--target web` 7 years ago
Ashley Williams cde16f1b22 fix(manifest): LICENSE and README don't need to be whitelisted 7 years ago
Nick Fitzgerald d9359070ae "Wasm" is a contraction, not an acronym 7 years ago
Ashley Williams f26ccc0f3a fix(exe): wasm-pack-init (1).exe should work 7 years ago