Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How to create a Lisp FLI function corresponding to a C macro

Ptr Word8 to ByteString

haskell ffi bytestring

How to include dlls in flutter build windows

flutter dart ffi msix dart-ffi

What C type should I use for f64 in my C FFIs?

rust ffi

How to reuse Tokio runtime in Rust FFI library

rust ffi rust-tokio

Copy a &str into an array pointer in Rust

rust ffi

rust library returned Box object is automatically freed in C -- EDIT: not freed

c rust ffi address-sanitizer

How can I load a C dynamic library for FFI by specifying path in flutter?

flutter dart ffi dart-ffi

Fatal error "'stdlib.h' file not found" when running jextract on the C binding for a Rust project

java rust ffi project-panama

Electron ffi rebuild issue: command not found

node.js electron ffi

PHP FFI - Convert PHP array to C pointers array

php arrays c types ffi

Why is it possible to link against C++ Dynamic Libraries when C++ does not have a stable ABI?

c++ boost ffi abi

node ffi - GetWindowRect

How turn a PureScript ADT into JS String 'enum' for FFI

javascript adt ffi purescript

withArray vs newArray

c haskell ffi

How do I use cbindgen to return and free a Box<Vec<_>>?

rust ffi

When using bracket with a Ptr as resource, can it be replaced with ForeignPtr?

haskell ffi

What is 'Native Type' for 'char*' in dart FFI?

dart ffi dart-ffi