Module ffi

Source
Description

FFI effect — load dynamic libraries and call native symbols.

The surface today is minimal: Library and Symbol are untyped AnyUInt handles, and only .load-library, .lookup, and a single .call-void shape (no args, no return) are exposed. The typed (Symbol sig) with quotation-parameterised signatures and typed .call arrive once the compile-time marshalling machinery lands.

Abstractions

Effects

Ffi

FFI effect — load dynamic libraries and call native symbols.