Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minemobs/bun-ffi-crash


https://github.com/minemobs/bun-ffi-crash

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# bun-ffi-bug

This is a small reproduction of a bug that occures when there are too many FFI functions.

It may not work on MacOS as this was made on WSL

To generate the files run `python main.py`

Then compile the shared library, if you are on Linux, you can run `gcc -c functions.c -fPIC -o functions.o && gcc -shared -o functions.so functions.o`