17 Commits (6c1fc859544d553e5c52e608eaf43934284ff209)

Author SHA1 Message Date
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 97fdc94d53 #627 - create a custom error message when wasm-bindgen fails because --web isn't available 7 years ago
Alex Crichton 9b74e43d2d Add support for automatically executing `wasm-opt` 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
Mason Stallmo d84aae3b64 Refactor: fix clippy warnings 7 years ago
Alex Crichton 80be336ee2 Replace `slog` with `log` 7 years ago
Dan Wilhelm 92d24ff298 Fix npm error when spawned in Windows 7 years ago
Alex Crichton 11beac3736 Replace internal `Error` with `failure::Error` 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
Nick Fitzgerald e9276e0aab error: Add stdout to the `Error::Cli` variant 7 years ago
Nick Fitzgerald 1621d18072 child: Always print everything to our output 7 years ago
Nick Fitzgerald 6e8e8a6cb2 Create a module for running child processes 7 years ago