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
When build on mac os, a error says that a linux glibc api "fmemopen" can't be found.
Maybe some bsd style apis can be used to replace the glibc apis, to make this library can be build successfully on the environment without glibc.
Or use https://github.com/NimbusKit/MemoryMapping.