You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the development of the native plugin system, focusing on stable ABI boundaries, lifecycle management, and event hooks using libloading
Tracking: Plugins
This issue tracks the development of the native plugin system, focusing on stable ABI boundaries, lifecycle management, and event hooks using libloading
Core Infrastructure
Plugin Lifecycle
on_load(Pre-initialization, registry access)on_enable(Post-world load, start tasks)on_disable(Cleanup, saving data)API Surface & Hooks
TODO