Quick start
Quick start with Python language module
This section is currently under development.
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.
Quick start
Quick start with С++ language module