-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add version check for binaryen #10175
Comments
sbc100
added a commit
to WebAssembly/binaryen
that referenced
this issue
Jan 9, 2020
This will help with emscripten that wants to be able to programaticaly check the --version of binaryen tools. See emscripten-core/emscripten#10175
sbc100
added a commit
to WebAssembly/binaryen
that referenced
this issue
Jan 9, 2020
The new version string looks like this: wasm-opt version 90 (version_90-18-g77329439d) The version reported here is the version from the CMakeLists.txt file followed by the git version in brackets. We verify that the main version here matches the CHANGELOG to prevent people from changing one without changeing the other. This will help with emscripten that wants to be able to programaticaly check the --version of binaryen tools. See emscripten-core/emscripten#10175
sbc100
added a commit
to WebAssembly/binaryen
that referenced
this issue
Jan 10, 2020
The new version string looks like this: wasm-opt version 90 (version_90-18-g77329439d) The version reported here is the version from the CMakeLists.txt file followed by the git version in brackets. We verify that the main version here matches the CHANGELOG to prevent people from changing one without changeing the other. This will help with emscripten that wants to be able to programaticaly check the --version of binaryen tools. See emscripten-core/emscripten#10175
sbc100
added a commit
that referenced
this issue
Jan 15, 2020
sbc100
added a commit
that referenced
this issue
Jan 17, 2020
More packing troubles: WebAssembly/binaryen#2606 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the wrong version of binaryen currently fails in strange ways.
See: #10148
The text was updated successfully, but these errors were encountered: