added ffi stub files

This commit is contained in:
mfahampshire
2024-09-27 17:51:34 +02:00
parent bf2472c608
commit 00dcec178e
4 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"examples": "Basic Examples",
"message-helpers": "Message Helpers",
"message-types": "Message Types",
"troubleshooting": "Troubleshooting"
"troubleshooting": "Troubleshooting",
"ffi": "FFI"
}
@@ -0,0 +1,4 @@
{
"go": "Go",
"cpp": "C/C++"
}