From 99953a6c6d75982e77b83e8985e399b7884d9958 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 17 Jun 2023 15:22:28 +0300 Subject: [PATCH] update FFI doc --- docs/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system.md b/docs/system.md index 3eed7e03..7c64db57 100644 --- a/docs/system.md +++ b/docs/system.md @@ -111,7 +111,7 @@ Namespace of various internal functions. May change at any time. # FFI -Currently, there is no support for nested pointers or constant-length arrays, and limited support of structs. +Currently there is no support for nested pointers, and limited support of structs. That is, the supported types are: - scalars (e.g. `i8`, `u64`);