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
The project previously relied on pkg for binary generation. However, pkg has been archived and is no longer maintained, which posed potential risks such as security vulnerabilities and compatibility issues.
To address this, pkg has been removed from the project as part of #52. The project currently does not use a binary generator, and we need to identify and integrate a robust, actively maintained alternative.
Objective
Find and integrate a new solution for generating binaries that:
Is actively maintained with regular updates and community support.
Offers feature parity with pkg (e.g., packaging Node.js applications into standalone executables).
Is compatible with our existing project setup, ensuring smooth integration with key dependencies such as Tree-sitter.
The text was updated successfully, but these errors were encountered:
Description:
The project previously relied on pkg for binary generation. However, pkg has been archived and is no longer maintained, which posed potential risks such as security vulnerabilities and compatibility issues.
To address this, pkg has been removed from the project as part of #52. The project currently does not use a binary generator, and we need to identify and integrate a robust, actively maintained alternative.
Objective
Find and integrate a new solution for generating binaries that:
The text was updated successfully, but these errors were encountered: