Search code examples
Calling PyPy sandbox from another language...


pythonhaskellsandboxffipypy

Read More
How to properly link object files written in Haskell?...


c++haskelllinkerghcffi

Read More
How to transfer ownership of a value to C code from Rust?...


rustffiownership

Read More
Record with optional and mutable fields...


ocamlffibucklescript

Read More
Writing a &str to the console using winapi goes wrong when using CString...


winapiconsolerustffi

Read More
Error installing Sass (Ruby 2.5.0.1, MSYS2 20161025.0.0)...


rubysassffimsys2chocolatey

Read More
Segmentation fault when using C callback user data to store a boxed Rust closure...


rustsegmentation-faultffi

Read More
How do I make an FFI call with a char** pointer?...


cffi

Read More
Squeezing more performance out of monadic streams in Haskell...


performancehaskellstreammonadsffi

Read More
common lisp sbcl manual ffi example failed...


lispcommon-lispffisbcl

Read More
LuaJIT FFI: Uploading Steamworks leaderboards...


cluaffiluajitsteamworks-api

Read More
Re-dress a ST monad as something similar to the State monad...


haskellffistate-monadst-monad

Read More
What are the different ways of specifying the linking path to FFI libraries in Rust?...


rustexternffi

Read More
How to use a C typedef struct and functions with that struct from Rust?...


rustexternffi

Read More
Catching panic! when Rust called from C FFI, without spawning threads...


multithreadingerror-handlingrustffistack-unwinding

Read More
Ruby-FFI (ruby 1.8): Reading UTF-16LE encoded strings...


rubyffiruby-1.8

Read More
Electron ffi rebuild issue: command not found...


node.jselectronffi

Read More
"multiple definition of `memcmp" error when linking Rust staticlib with embedded C program...


clinkerrustembeddedffi

Read More
Why does casting from a reference to a c_void pointer require a double cast?...


castingrustffi

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


rustffi

Read More
How to wrap a call to a FFI function that uses VarArgs in Rust?...


rustvariadic-functionsffi

Read More
How to expose a Rust `Vec<T>` to FFI?...


rustffi

Read More
Loading and storing a file at compile time with a type provider...


fficompile-timetype-providersidris

Read More
Is there a needed GHC option for an executable using the FFI?...


haskellghcffighcihaskell-stack

Read More
Node ffi pointer to struct...


javascriptcnode.jsffinode-ffi

Read More
Node-ffi throws 'undefined symbol' error for C functions...


javascriptcnode.jsffinode-ffi

Read More
Modifying content in C function with Rust data produces unknown values...


rustffi

Read More
Native calling interface: how to translate "wchar_t"?...


ncursesffirakunativecall

Read More
Is it possible to pass arrays from Rust to C?...


crustffi

Read More
How do I return an vector of dynamic length in a pub extern "C" fn?...


rustffi

Read More
BackNext