Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Reduce Wasm Binary Size #767

Open
1 of 2 tasks
iamalwaysuncomfortable opened this issue Oct 10, 2023 · 0 comments
Open
1 of 2 tasks

[Proposal] Reduce Wasm Binary Size #767

iamalwaysuncomfortable opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
rust Pull requests that update Rust code wasm Relates to webassembly apis

Comments

@iamalwaysuncomfortable
Copy link
Collaborator

iamalwaysuncomfortable commented Oct 10, 2023

馃挜 Proposal

Currently the Wasm Binary size is over 10 mb. This should be reduced to significantly under 10MB if possible.

Reducing the wasm binary will probably involve the following tasks

  • Removing some of the pre-loaded parameters from the SnarkVM parameters crate
  • Checking existing dependencies that may be bringing in large amounts of extra data
  • Optimizing wasm build options

Tasks

@iamalwaysuncomfortable iamalwaysuncomfortable added rust Pull requests that update Rust code wasm Relates to webassembly apis labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code wasm Relates to webassembly apis
Projects
None yet
Development

No branches or pull requests

1 participant