Search code examples
How to pass ragged arrays with Haskell FFI...

haskellffi

Read More
Rust zero-cost handling of C two-dimensional array without pointer arithmetic?...

rustffi

Read More
How does one convert a C pointer-to-pointer to a Rust slice of slices?...

rustsliceffi

Read More
Multiple FFI calls to a Haskell function with side-effects...

haskellffiside-effects

Read More
How to represent C++ class in java to be used via FFI?...

javac++java-native-interfaceffijava-ffm

Read More
Segfault when requesting accessibility permission via macOS Accessibility API...

macosrustcocoafficore-foundation

Read More
flutter ffi can't find .so file...

androidflutterdartffidart-ffi

Read More
Is there a database of C function signatures?...

cclanginteropffiabi

Read More
Rust public abi for foreign language ffi...

rustffiabi

Read More
Handling Memory Allocation and Pointers in Electron between Node.js and C++ DLL...

c++node.jsdllelectronffi

Read More
Should I use libc::c_char or std::os::raw::c_char?...

rustffi

Read More
PHP FFI - Convert void* to int...

phpc++ffi

Read More
Idiomatic way to compare a [c_char; N] with a given hardcoded string...

stringrustffi

Read More
PHP FFI - Convert PHP array to C pointers array...

phparraysctypesffi

Read More
Caching externally-loaded data in a static variable...

cachingstaticrustffi

Read More
include_str for null terminated string...

rustfficompile-time-constantnull-terminated

Read More
Usage of precompiled library that read/write config in Flutter...

androidflutterdartffi

Read More
When using FFI with Deno how to deal with struct returned by a C function?...

typescriptffideno

Read More
Haskell foreign import stdcall on DLL function...

dllhaskelllinkerffi

Read More
Test FFI functions in Rust...

rustffi

Read More
Passing va_list from rust variadic to C...

rustffi

Read More
How to deal with big integers in Elixir NIFs...

celixirbigintegerffierlang-nif

Read More
Call Windows SetWinEventHook from nodejs...

node.jswindowsffi

Read More
Utilizing C SDK from Bun FFI fails but regular C script utilizing the SDK with the same logic succee...

javascriptctypescriptffibun

Read More
How to pass pointer through [u8;1] member in struct when use ffi between Rust and C...

crustffi

Read More
Rust FFI - How to wrap C-style iterator with Iterator giving returning references?...

crustiteratorffi

Read More
PHP FFI - return array from Rust function back to PHP...

phprustffiphp-ffi

Read More
When is a panic on a Rust FFI boundary Undefined Behavior?...

rustlanguage-lawyerundefined-behaviorffi

Read More
Consistently compiling C code with -fPIC for a rust ffi crate...

pythoncgccrustffi

Read More
Calling Rust from C# with IntPtr fails on Enum (EntryPointNotFound)...

c#rustffi

Read More
BackNext