📄️ Module Context & Headers
This page is the orientation map for the SDK's public surface: the umbrella
📄️ Export Macros
Every plugin DLL/SO needs one entry point so the host can ABI-check, create,
📄️ Services
Services are pure abstract interfaces looked up through ctx.GetService().
📄️ Events
Events are POD structs broadcast over the context's publish/subscribe bus. Each
📄️ ABI Compatibility
The host ↔ plugin boundary is a COM-like binary ABI. Honoring it is what lets