-
See https://github.com/perl11/potion/wiki/FFI and p2 branch ffi
- calling convention with different ABI (syntax and code, no win64, no stdcall yet)
- either precompile each ffi proto to a signature tr…
-
I'm getting a segfault whenever I try to require tesseract. All I have in the file is `require 'tesseract'` and it crashes.
The stack trace is [here](https://gist.github.com/mikaylathompson/ca6a5107…
-
Currently, WebAssembly as in spec/V8 doesn't support passing `i64` across WebAssembly/JavaScript boundary, and the `i64` via `BigInt` proposal isn't landing anytime soon. Before we properly generate 3…
-
Could there be an os independent wrapper around things like Py_SetPythonHome? It's not the most rustic of ffi interfaces and the sizes change between windows and linux.
-
Hi @geky
In my use of case the data-layout metadata is needed. Taking a look at the llvm-alt crate, it seems that there is no way using the wrapper. However, calling directly to the llvm-sys under…
-
## Feature Request
### Motivation
I'm trying to write FFI wrapper methods around `tracing`, and the simplest API is to pass a slice of values across as `(values: *const *const c_char, len: usize…
-
```
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…
-
## Description
The Python package's tests fail with the latest `scikit-learn` nightlies (v1.6.dev0).
```text
================= 7 failed, 103 passed, 14 warnings in 19.91s ==================
``…
-
The [node-ffi](https://github.com/node-ffi/node-ffi) module provides a managed wrapper around native DLLs.
All you need to do is to define types of functions, and then you don't have to deal with err…