-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix ABI compatibility with Emscripten >= 3.1.42 #3282
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
Thanks! @bors r+ |
Fix ABI compatibility with Emscripten >= 3.1.42 See: emscripten-core/emscripten#19569 (comment)
💔 Test failed - checks-actions |
Seems we have to early return if rustc version is too old (I think it's fine as the usage rate should be quite low). |
I think commit 92db93c would fix the build on older Rust versions. |
Seems good 👍, @bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
See:
emscripten-core/emscripten#19569 (comment)