20 Commits (6dc666b3723c5f5c2dd460c1dd990e7bd5ffca3e)

Author SHA1 Message Date
Dirk Stolle a352c19f6b Fix some typos 3 years ago
printfn b9b38890cf Update to Rust 2021 3 years ago
printfn f73b53c5ab Switch from failure to anyhow 3 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 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