mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Implemented a complete WASM extension framework, enabling secure, sandboxed plugins. - Added core components including `PluginManager`, `host_functions`, and `permissions` for managing the lifecycle and security of extensions. - Integrated Wasmer runtime for executing WASM modules, enhancing the platform's extensibility. - Developed a demo extension showcasing the new API, significantly reducing boilerplate code and improving developer experience. - Updated documentation to reflect the new architecture and provide guidance for extension development. - Prepared for testing and validation of the extension system, marking a significant step towards a robust plugin ecosystem.