-
Notifications
You must be signed in to change notification settings - Fork 335
Conversation
@steveklabnik if you have time could you take a look? really appreciate the straightforward API you've provided with the |
9a848a3
to
1ca2784
Compare
70cf17e
to
bd198cc
Compare
bd198cc
to
f578b30
Compare
this is good to go once a new version of binary-install is released. going to open another issue for some more work i'd like to do but it depends on work in #1190 so it should be ok to go through with this as is |
binary-install has been published so this is ready for review. really excited for this to land.. finally |
Awesome! Thanks @EverlastingBugstopper I will try the binary once it's released. |
@@ -66,3 +67,6 @@ predicates = "1.0.2" | |||
|
|||
[features] | |||
vendored-openssl = ['openssl/vendored'] | |||
|
|||
[profile.release] | |||
debug = true |
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.
what's this mean?
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.
oh i was using this to debug, great great catch.
background: wranglerjs doesn't download a binary if you're in debug mode so i was building in release mode but still wanted some sorta debug annotation i think? honestly i added this so long ago i kinda forget why i added it
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.
okay i thought it smelled funny 😀
Fixes #768
This relies on this PR in @rustwasm/binary-install