-
This is probably a bug in https://github.com/ffi/ffi, but after upgrading to OS X El Capitan my fpm build of an rpm started failing with below error.
```
fpm --rpm-os linux -s dir -C app/dist/release…
-
```
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…
-
## Issue description
There has been talk to better handle runtime inputs for nixpkgs.
Now that the wrapper sees the plugins directly it's easier to collect plugin runtime dependencies.
I am not …
-
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…
-
## 🚀 Feature
The functions `pyodide.ffi.wrappers.add_event_listener` and `remove_event_listener` are useful wrappers around the browser's native functionality. However, the APIs for [addEventListen…
-
Hi,
I am new to Node FFI and more generally to native addons. I need to wrap a dynamic library on MacOS (let's call it libA), which needs to load another dynamic library (libB). This is my project …
-
I am trying to make this project work for Android. Android, however, supports up to JDK 17 officially.
When _msquic-java_ is built with 'src compatibility' set to "17", the compiler is unable to f…
-
Hi! Sorry I don't really have the time to make a minimal example, but here are some steps that allow me to repro this bug with 100% rate, even after a `cargo clean` (@lqd told me it's worth filing a b…
-
Hello,
I got the following error "Function 'sys_errlist' not found" by running `require "timeout_interrupt"` on my Linux distribution Fedora 34.
Do you have any idea to fix it? Thanks.
```
$ 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…