-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Binaryen or LLVM versions not in sync for emscripten package #63176
Comments
Looks like we'll have to track the |
I managed to reproduce your error via your reproduction instructions with the current version of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Tied to #63183. |
@ryanpcmcquen, #63183 has been merged after some further changes. If you have a chance, could you please try to reproduce your issue again? |
I attempted to reproduce the issue described in the original steps (building https://github.com/ryanpcmcquen/basque) and the compilation seems to be successful. Closing this for now, but please shout if something is still amiss. |
Bug report
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?Gist: https://gist.github.com/fd7cb87288b364bb0d18767416261e91
What you were trying to do (and why)
Compile my project using Homebrew's
emscripten
package.What happened (include command output)
Command output
What you expected to happen
I expected a
.wasm
file to be generated.Step-by-step reproduction instructions (by running
brew install
commands)A
.wasm
is generated with the same command using the upstream version ofemsdk
:https://github.com/emscripten-core/emsdk
Here's the issue I logged against upstream originally:
emscripten-ports/SDL2_mixer#2
The text was updated successfully, but these errors were encountered: