Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Error installing gems that use native extensions on Ubuntu, Ruby 1.9.2 via RVM

ruby rubygems rake rvm ffi

Why does Rust export its whole standard library when building a DLL?

windows dll rust ffi

Call a Haskell function in .NET

.net haskell interop ffi

How do I initialize an opaque C struct when using Rust FFI?

rust ffi

How do I use C preprocessor macros with Rust's FFI?

macros c-preprocessor ffi rust

What does % mean in an OCaml external declaration?

external ocaml ffi

Idiomatic Usage of Haskell Foreign Types?

c haskell ffi

Haskell C FFI: accessing static data structures

c haskell ffi

Calling a Clojure Function from Haskell

haskell clojure jvm ffi

Calling dynamically linked Haskell code from Rust

macos haskell rust ffi

What is the correct type for returning a C99 `bool` to Rust via the FFI?

How to handle long running external function calls such as blocking I/O in Rust?

io task ffi rust

Haskell Data instance for opaque data type

haskell ffi

Calling Haskell library from C++

c++ api haskell interface ffi

Statically linking a C library with a Haskell library

c++ c haskell cabal ffi

Building a dynamic library with haskell and using it from C++

c++ haskell g++ ghc ffi

Why doesn't sleep work?

haskell ghc ffi

Why is there overhead calling Haskell functions from C?

c performance haskell ffi

What's the difference between extern fn and extern "C" fn in Rust?

rust ffi

Rails - TypeError: Unable to resolve type 'size_t' (Big Sur - M1)