We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The prebuilt libraries are very large in comparison to the ones in npm native packages where the binary is only 8 MB:
npm
https://www.npmjs.com/package/@libsql/darwin-arm64?activeTab=code
penberg@vonneumann go-libsql % find . -name "*.a" | xargs ls -lh -rw-r--r-- 1 penberg staff 47M Mar 6 15:58 ./lib/darwin_amd64/libsql_experimental.a -rw-r--r-- 1 penberg staff 40M Mar 6 15:58 ./lib/darwin_arm64/libsql_experimental.a -rw-r--r-- 1 penberg staff 74M Mar 6 15:58 ./lib/linux_amd64/libsql_experimental.a -rw-r--r-- 1 penberg staff 74M Mar 6 15:58 ./lib/linux_arm64/libsql_experimental.a
The text was updated successfully, but these errors were encountered:
Related to tursodatabase/libsql#543
Sorry, something went wrong.
No branches or pull requests
The prebuilt libraries are very large in comparison to the ones in
npm
native packages where the binary is only 8 MB:https://www.npmjs.com/package/@libsql/darwin-arm64?activeTab=code
The text was updated successfully, but these errors were encountered: