Skip to content

Commit 5b074f0

Browse files
committed
fixup
1 parent 99bad83 commit 5b074f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/ffi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const ffi = require('node:ffi');
3030
This module is only available under the `node:` scheme in builds with FFI
3131
support and is gated by the `--experimental-ffi` flag.
3232

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`.
33+
Building Node.js with `node:ffi` support is available via the bundled `libffi` on
34+
platforms where `libffi` provides a compatible static backend, or via a
35+
shared `libffi` using the `--shared-ffi` configure flag.
3636
The unofficial GN build does not support `node:ffi`.
3737

3838
The following targets are not supported by bundled libffi:

0 commit comments

Comments
 (0)