Node.js 26.1.0 (Current)
Antoine du Hamel
2026-05-07, Version 26.1.0 (Current), @aduh95
Notable Changes
Experimental node:ffi
module
Node.js now includes an experimental node:ffi
module for loading dynamic
libraries and calling native symbols from JavaScript.
The API is gated behind the --experimental-ffi
flag and, when the Permission
Model is enabled, requires --allow-ffi
.
This API is inherently...