Zain

Results 3 comments of Zain

`mold-wrapper.so` is in the same dir as `mold`. If I misplace `mold-wrapper.so`, it gives a different message: ``` » mold --run ninja mold: mold-wrapper.so is missing ``` With the wrapper...

Hi, thank you for your reply. Just for extra context, I'm trying to coro-ify a snmp library. I've tried your example code, and the only change I had to make...

Hi, I was able to somewhat get something working with your suggestion. I've stumbled on a strange issue, I cannot `await` the call multiple times in a row and the...