Update build scripts and backend build process from Manyver.se #774
gmaclennan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@staltz has done great work on improving the Android build process for nodejs-mobile: https://gitlab.com/staltz/manyverse/-/tree/master/tools
Currently we bundle a lot of unnecessary code in our APK bundle, and we are using JS versions of sodium instead of the native build. Manyver.se has all the code for using the native versions of the modules we depend on (Leveldown, Sodium) and builds the JS to reduce unnecessary code being bundled in the APK (see also #313)
Beta Was this translation helpful? Give feedback.
All reactions