Plugify Architecture
An overview of Plugify's architecture and product principles. (from the developers)
This section is currently under development.
Writing your first module
Marshalling
In Plugify, marshalling types is an essential process that allows different programming languages to interoperate within the framework. This is achieved using an additional library, plugify-jit, which provides functionality for creating wrappers for calls and managing dynamic function generation.