Closed mattyg closed 2 months ago
Currently a basic holochain app apk (built for 5 cpu targets) is ~500MB. A basic tauri app apk is ~50MB.
I think most of the bundle size is from having holochain as a dep. With rust compiler optimizations for size we can cut that in half.
actually maybe this isn't necessary as the compiler flags are already set at the workspace level
Currently a basic holochain app apk (built for 5 cpu targets) is ~500MB. A basic tauri app apk is ~50MB.
I think most of the bundle size is from having holochain as a dep. With rust compiler optimizations for size we can cut that in half.