You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a `--check` option to wit-bindgen.
Add a `--check` option to wit-bindgen for testing whether generated
files are already up to date. With this flag, if the generated files
differ from what would be generated, the wit-bindgen command exits
with an error.
* Use `read` instead of `read_to_string` to handle binary data.
* Issue a specific error message if two files differ only in line ending.
0 commit comments