#How to use a function in FFI that needs a size_t argument
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am using bun:ffi to use some c libraries, and many of the functions asks for size_t arguments or return size_t values. is it possible with current bun:ffi?