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
I've made it possible to return simple pointers from functions.
In addition, I've added the &memcpy and &memfree system functions for working with pointers in ways that the ffi type:len_index syntax doesn't allow for.
Hopefully this should make a proper API for returning blobs possible.
Yet again, I'm not sure if I'm doing something wrong or a byte array as return value from a function is not supported.
Reproduction:
ColumnBlob
inlib.ua
, remove the assertion, uncomment the "Call" function line.1, 2, 3
were added.The text was updated successfully, but these errors were encountered: