-
Failure link
------------
From [an internal build](http://vmfarm.rtp.raleigh.ibm.com/job_output.php?id=87060821)(`win10x64rtp-9-1`):
```
java version "1.8.0_421"
Java(TM) SE Runtime Environment…
-
Hi, i posted this on [node-ffi](https://github.com/node-ffi/node-ffi/issues/624) without realizing that was outdated.
Im trying to build a DLL wrapper. I have a C# project that i want to port w…
-
luajit is much faster at FFI calls than marshaling types into and out of a C API call. As long as all the C API bindings we have at the moment are sufficiently minimal, we can certainly provide luajit…
-
Weak references are an extremely common pattern in Objective-C for avoiding retain cycles or global retention, and it's not at all clear to me how to avoid leaks in the corresponding Dart code.
For…
-
[INFO ] Recipe order is ['hostopenssl', 'libffi', 'libpng', 'openssl', 'sdl2', 'hostpython3', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python3', 'ios', 'pyobjus', 'kivy']
[INFO ] Include dir …
-
```
I've been working on a FPC libffi unit, and some of the basic cases seem to
work just fine. (See below)
My question is, how exactly do you want this integrated in lape?
Do you want to generate C…
-
```
I've been working on a FPC libffi unit, and some of the basic cases seem to
work just fine. (See below)
My question is, how exactly do you want this integrated in lape?
Do you want to generate C…
-
Hi,
I really love pypy and jitpy, but for my work, I need to pass complex arguments to pypy functions, not just ints or strings.
So my solution is to convert everything into strings with pickle. Of c…
-
### Input C/C++ Header
```cpp
#include
```
### Bindgen Invocation
```rust
bindgen::Builder::default()
.header("wrapper.hpp")
.detect_include_paths(false)
.clang_arg("-std=c++14")
…
-
Hi,
I think FFI is a very common thing people do in `no-std` environments.
a common thing in C/FFI is passing function pointers as callback, this currently *cannot* happen safely without a `catch_un…