-
### What version of Bun is running?
1.1.34-canary.1+497fa59bf
### What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
### What steps can reproduce the bug?
(Using Google Transla…
-
- toBinary
- fromBinary
- toJson
- fromJson
polRk updated
1 month ago
-
### What version of Bun is running?
1.1.28-canary.3+866a6d918
### What platform is your computer?
Darwin 22.3.0 arm64 arm
### What steps can reproduce the bug?
1. Create a c file with a…
-
### How can we reproduce the crash?
```typescript
// Bun code
import { dlopen, FFIType, suffix } from "bun:ffi";
// Path to the dynamic library
const path = `./libsshot.${suffix}`;
// Load t…
-
### What version of Bun is running?
1.0.21+837cbd60d
### What platform is your computer?
Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 unknown
### What steps can reproduce the bug?
Ge…
-
Hey there,
I have the 2.7 V2 E-paper screen and I want to bind the C driver with `bun:ffi` to interact with my screen from Typescript code.
To do that, I need to have the driver as a shared libr…
-
### What version of Bun is running?
1.1.27+267afa293
### What platform is your computer?
Linux 6.6.31+rpt-rpi-v8 aarch64 unknown
### What steps can reproduce the bug?
1. Compile a .c and .h files…
-
For example, right now this signature:
```c
int Fl_Window_x(Fl_Window *);
```
will generate as AST of its argument:
```json
{
"kind": "vardef",
"typ…
-
### What is the problem this feature will solve?
Call foreign functions
### What is the feature you are proposing to solve the problem?
the API is provided directly by node, without the help …
-
### What version of Bun is running?
1.1.28-canary.80+3d68a9483
### What platform is your computer?
Darwin 23.6.0 x86_64 i386
### What steps can reproduce the bug?
- Install https://github.com/tr1…