You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic linking comes with some serious limitations. First, you actually have to do runner -C rand. This fails because rand has dependencies, and some of them simply can't be dynamically linked. For straightforward stuff like json crate, runner -C json does the job, but in general -s will be needed.
Dynamic linking is somewhat faster but the static case isn't too bad...
Oh yes, I do a lot of prototyping - if I'm curious about an API, I open up a little file or just do -e
When I run this:
I get this error:
I think the first line means there's something going wrong with linking. I tried with -s:
and indeed that works fine. I don't know how to solve it though.
P.s.: I like the tool, cool idea!
The text was updated successfully, but these errors were encountered: