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
The library is likely going to be used from other languages in the future. Given the number of languages that support the C calling conventions, there will be an expectation of a version of rs-wnfs that compiles to static or dynamic library that exposes such interface.
We should support this by:
Exposing a C API of the filesystem
Figure how to handle async boundaries.(Use callbacks?)
Supporting static or dynamic library builds
The text was updated successfully, but these errors were encountered:
appcypher
changed the title
Expose a C API of the Public Filesystem
Expose a C API of the Filesystem
May 19, 2022
The library is likely going to be used from other languages in the future. Given the number of languages that support the C calling conventions, there will be an expectation of a version of
rs-wnfs
that compiles to static or dynamic library that exposes such interface.We should support this by:
The text was updated successfully, but these errors were encountered: