The Runtime

On this page, we will discuss what the runtime is, and why it's important

What is the Runtime responsible for?

The runtime is the most important part of plugins, it's what executes the compiled plugin's instructions. The runtime is responsible for memory management and garbage collection, along with the swapping logic. The runtime also maintains backward compatibility so that older plugins can be run on newer runtime versions, meaning you don't have to update your plugins in order to use them on newer runtime versions.

Last updated