Skip to content

Commit 5c8282f

Browse files
Create list of VMs with C based FFIs.
1 parent 4e8e1f8 commit 5c8282f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/standard/native-interop/abi-support.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ The C language represents a stable ABI across all platforms where .NET is suppor
1313

1414
<xref:System.Runtime.InteropServices.LibraryImportAttribute> provides source generated support in .NET 7+. Use <xref:System.Runtime.InteropServices.DllImportAttribute> when targeting earlier .NET versions. Refer to [Interop best practices](./best-practices.md) for additional guidance.
1515

16-
Many virtual machine languages define a foreign function interface in C to interoperate with other platforms. The Java Virtual Machine (JVM) and Python runtimes are examples of this.
16+
Many virtual machine languages define a foreign function interface (FFI) in C to interoperate with other platforms. A list of examples is below.
17+
18+
* Java Virtual Machine (JVM)
19+
* CPython
1720

1821
## C++
1922

0 commit comments

Comments
 (0)