Closed seyhajin closed 3 years ago
This looks like a duplicate of https://github.com/emscripten-core/emscripten/issues/13943 ?
The technical details for how to find which binaryen version is used with each emscripten version in the emsdk are here: https://github.com/emscripten-core/emscripten/blob/main/docs/process.md#release-processes (however, if you use the emsdk then you should not need to think about any of that; emsdk install 2.0.17 will install the proper binaryen for you)
And specifically for 2.0.17, emscripten-releases-tags.txt says the release is from https://chromium.googlesource.com/emscripten-releases/+/f5c45e60392b82f603e3a8039c62db294fab02d2/DEPS which for binaryen points to 67094a4a9b013a9705bcbf49ec7e0e8ab744389c
Thanks for informations. I will use emsdk install instead of Homebrew.
Since i have upgraded to latest version of emscripten (2.0.16 -> 2.0.17) with Homebrew, i got this error message when i compile my usual sample C program :
my command line :
[...] replace full path
It worked fine on version 2.0.16. I'm on macOS Big Sur.
Anyone known about it ?
Homebrew had to install an external/independent version of binaryen
brew info emscripten
brew info binaryen
I will try to reinstall binaryen but same issue.
Do you known what binaryen version using with emscripten 2.0.17 ?