-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix constructor embind #12973
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
base: main
Are you sure you want to change the base?
Fix constructor embind #12973
Conversation
Thank you for submitting a pull request! If this is your first PR, make sure to add yourself to AUTHORS. |
8946ea9
to
0227dc5
Compare
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.
As long as tests pass, seems okay to me, thanks!
Adds the removed method from emscripten-core@ecb7bb3#diff-b89415f247dd9bc4a13f065288c5e651
0227dc5
to
2de498f
Compare
How can I run the embind tests in isolation so I can fix the issue? |
2de498f
to
08abc35
Compare
You can run |
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant. |
I don't understand why the tests failed. |
Description of the change
Adds back the removed method from this commit
Fixed Issues
Fixes #11274
Fixes #9704
Allows running Atom's core engine in the browser: atom/superstring#79
Minimal working example
This PR fixes the following
mwe.cpp