Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dump a
VERSION
file in the build directory
As noted in #372, some users may need to identify which version of wasi-sdk they are using after it has been downloaded. There are many ways to solve this, but the one I chose here is to dump the wasi-sdk version into a `VERSION` file and follow that up with several dependency versions that may be helpful to note when troubleshooting. Ideally someone could paste the contents of that file when filing a bug. If we adopt this approach, this fixes #372.
- Loading branch information