Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

GHC does not generate a binary despite no errors shown

haskell ghc ffi

Calling Haskell FFI Function Ptrs from C

c haskell ffi

LuaJIT FFI callback performance

callback ffi luajit

Using Haskell to extend Perl?

perl haskell ffi

Dealing with problematic parent-child relationships enforced by C FFI

rust ffi lifetime

Schedule error when calling multi-threaded C FFI with Haskell Callback function

haskell ffi

Can a struct containing a raw pointer implement Send and be FFI safe?

rust ffi

Calling a function at object deletion in Haskell

How to represent a pointer to a C array in Rust?

c rust ffi

How do I find the alignment value when defining a storable instance

haskell alignment ffi

Installing ffi 1.9.21 with native extensions on Ruby 2.4.2, Ubuntu 17.10 failing

ruby-on-rails rubygems ffi

What is the difference between "bracket (mallocBytes n) free" and "allocaBytes"?

haskell ffi

How to lend a Rust object to C code for an arbitrary lifetime?

c rust ffi

How to call a C++ dynamic library from Rust?

c++ rust ffi

What's the proper way to manage allocated memory in the foreign language?

What is the proper way to go from a String to a *const i8?

rust ffi

Ruby string to rust and back again

ruby string rust ffi

Dynamic FFI in Go

c dynamic go ffi

Storable empty data declaration

haskell ghc ffi