Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How to call a Nim function from Rust through C-FFI?

c rust ffi nim-lang

Call prolog predicate from python

python prolog ffi swi-prolog

How can I convert a Vec<T> into a C-friendly *mut T?

rust ffi

Is it necessary to use IO when importing a foreign function that allocates?

haskell allocation ffi

How to make library installed from OPAM available to OCaml?

linux ocaml ffi opam

What is the right way to allocate data to pass to an FFI call?

rust ffi

Is it possible to use a C++ library from Rust when the library uses templates (generics)?

c++ templates rust ffi

How to write reasonml binding for a union type

Haskell undefined reference when calling some win32 api functions

c winapi haskell ffi

How can I index C arrays in Rust?

arrays rust ffi

Rust FFI passing trait object as context to call callbacks on

c rust ffi

ghc 7.4.1 not producing stub.o files

Getting at C binary data from OCaml

c ocaml binary-data ffi

Implementing offsetof() for structures in Python ctypes

python c padding ctypes ffi

How do I convert a lua string to a C char*?

c lua ffi luajit

GHC RTS runtime errors when using hs_init with profiling of shared cabal library

haskell ghc ffi

Haskell LLVM binding Ambiguous Type

haskell llvm ffi

How can I make data that is allocated manually be garbage-collected in Haskell?

Writing Java code that compiles using one of two implementations of a class