Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How do I change STDOUT for FFI calls in Ruby?

ruby ffi

How can I free all structures that Rust allocated on top of an FFI buffer without freeing the buffer itself?

rust ffi

How do I catch SIGUSR1 in luajit under Linux?

c linux lua ffi luajit

How to wrap std::vector of custom structure with ffi?

c++ ruby vector ffi

How to pass arguments from html page to compiled js app using Elmish with Fable

ffi fable-f# elmish

Rust Strings and C variadic functions

How to access struct members by name in scala native?

How to install and run ffi on M1 Mac

Is it possible to call into C functions from OCaml, without wrapped types?

c assembly compilation ocaml ffi

Using c2hs to marshal a void*

haskell ffi c2hs

PCL - Glib Compiling from source, FFI linking

When passing a Rust pointer to C should I get 0x1?

c rust ffi

Call C function from Golang

c performance go ffi cgo

How do you access a JavaScript global variable using the Idris JavaScript FFI?

javascript ffi idris

Pharo 4 FFI async callbacks

smalltalk ffi pharo

How do I handle an int** in Ada?