What's Changed
- fix: enable FFI_MMAP_EXEC_WRIT for DragonFly BSD by @liweitianux in https://github.com/libffi/libffi/pull/930
- Emscripten: Add wasm64 target by @ktock in https://github.com/libffi/libffi/pull/927
- fix: Ensure trampoline file descriptors are closed on exec.
New Contributors
- @liweitianux made their first contribution in https://github.com/libffi/libffi/pull/930
- @...