-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm] Add exports to workaround emscripten bug #64807
[wasm] Add exports to workaround emscripten bug #64807
Conversation
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
This reverts commit 52b270d.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"
needs to be there for windows sake I believe.
I think it should be fine, it builds ok on windows and is also recommended by emscripten documentation. |
Failures are unrelated |
@lewing @radekdoulik should this be merged? |
Partial fix of #64724 and
#64725
Fixes the build problem with undefined symbols.