Vincent
Results
2
issues of
Vincent
**Describe the bug** DeltaLogger currently weighs in at over 20MB. While this isn't too bad given that it is a server side mod, clearly something is bloating the file size....
bug
help wanted
no ETA
### Zig Version 0.11.0-dev.4320+6f0a613b6 ### Steps to Reproduce and Observed Behavior Create a C source file `shlib.c`: ```c #include float our_sin(float x) { return sinf(x); } ``` Then: ```sh $...
bug
zig cc