97 Commits (32e52ca893e26c97bbf478c57ae1e9abed23c449)

Author SHA1 Message Date
Paul Lange 4ea2a23716 feat: allow bindgen-cli --split-linked-modules #1092 6 months ago
Rafael Beckel 60e18c1538 implements custom build profile 8 months ago
Tomas Olvecky 75e61d4ce2 Fix getting the target-dir in wasm_bindgen_build 2 years ago
Matthias Geihs 9069ef4c85 Add option: omit_default_module_path 2 years ago
printfn b9b38890cf Update to Rust 2021 2 years ago
printfn f73b53c5ab Switch from failure to anyhow 2 years ago
Demur Rumed 42a6aaa152 Pass through --weak-refs --reference-types flags to bindgen 3 years ago
Florian Schwalm dee3614a48 Make Deno target available 3 years ago
Sven Assmann 84124ee8ec fix(#1076): `--target-dir` as extra option is now considered as expected 3 years ago
Jubilee Young 69c5624b17 fix: remove needless clones, borrows 4 years ago
Ashley Williams 5218be592c refactor(tool): wasm-opt is a tool variant 5 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 6 years ago
Kirk Turner 64f835c0f2 Get the wasm-bindgen version and display it in the error message 6 years ago
Kirk Turner 97fdc94d53 #627 - create a custom error message when wasm-bindgen fails because --web isn't available 6 years ago
ibaryshnikov 7a96d8d754 initial support for --out-name added 6 years ago
Alex Crichton 90055c682f Funnel everything through `PBAR.info` 6 years ago
Alex Crichton b710fde193 Remove the no longer needed `Step` type 6 years ago
Alex Crichton 7c8d1a80a8 Don't always capture stdout, selectively do it 6 years ago
Alex Crichton d3d2a4cc28 More effort towards "1.0 output" goals 6 years ago
Alex Crichton 8127b5b42d Add support for `--target web` 6 years ago
Nick Fitzgerald d9359070ae "Wasm" is a contraction, not an acronym 6 years ago
Nick Fitzgerald 1d639fb621 Fix directory layout of cached `cargo install`ed wasm-bindgens 6 years ago
Nick Fitzgerald 8325d9ada4 binary-install: don't make getting a binary from a download infallible 6 years ago
Ashley Williams a9a4237b79 feat(binstall): prepare for publish 6 years ago
Alex Crichton 80be336ee2 Replace `slog` with `log` 6 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