We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bad83 commit 5b074f0Copy full SHA for 5b074f0
1 file changed
doc/api/ffi.md
@@ -30,9 +30,9 @@ const ffi = require('node:ffi');
30
This module is only available under the `node:` scheme in builds with FFI
31
support and is gated by the `--experimental-ffi` flag.
32
33
-Bundled libffi support is available on all Node.js supported platforms where
34
-libffi provides a compatible static backend. Targets not supported by bundled
35
-libffi require building Node.js against a shared libffi with `--shared-ffi`.
+Building Node.js with `node:ffi` support is available via the bundled `libffi` on
+platforms where `libffi` provides a compatible static backend, or via a
+shared `libffi` using the `--shared-ffi` configure flag.
36
The unofficial GN build does not support `node:ffi`.
37
38
The following targets are not supported by bundled libffi:
0 commit comments