-
Notifications
You must be signed in to change notification settings - Fork 840
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
Make Cranelift unwind feature optional #2249
Conversation
Why do we want that? :-) |
Just so the crate compiles if the feature is disabled. |
How is this tested? I realize this makes it compile when the feature is disabled, but does it work? |
I tested manually, it was the easiest path. Do you have thoughts on how this should be tested. |
What was the manual test? Can we pass spectests with cranelift and |
# Conflicts: # lib/compiler-singlepass/Cargo.toml
Done! |
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.
Looks fine to me, but I don't have context on what's going on here
bors r+ |
2249: Make Cranelift unwind feature optional r=syrusakbary a=syrusakbary <!-- Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test: https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests --> # Description Make unwind feature optional Co-authored-by: Syrus Akbary <[email protected]>
Build failed: |
Merging manually as all tests already passed |
Description
Make unwind feature optional