Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
command
exit statuses. (bytecodealliance#40)
Add a `result` return type to `command` so that it can indicate success or failure. The idea here is that this isn't a full `i32` return value because the meaning of return values isn't portable across platforms. Also, Typed Main is a better long-term answer for users that want rich error return values from commands.
- Loading branch information