Omzetting naar stdio.

This commit is contained in:
2026-08-03 08:20:56 +02:00
parent 93453c351f
commit 1ecb678e38
9 changed files with 989 additions and 1218 deletions
+4 -3
View File
@@ -6,9 +6,10 @@
@title{C API for Racket Integration}
This section describes the C API exactly as defined in @tt{rktwebview.h} and
@tt{rktwebview_types.h}. The API is used from Racket through FFI, but is
documented here in its native C/C++ form.
This section documents the legacy C API defined in @tt{rktwebview.h} and
@tt{rktwebview_types.h}. The source remains in the backend repository for
reference and comparison, but the current build no longer exposes this shared
library to Racket. The active integration uses the stdio process protocol.
The interface is deliberately small. Handles are integers, most operations
return a @tt{result_t}, and structured values are returned as @tt{rkt_data_t *}.