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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased Wasm binary limit #414

Closed
5 tasks done
Tracked by #361
lastmjs opened this issue Jun 30, 2023 · 0 comments
Closed
5 tasks done
Tracked by #361

Increased Wasm binary limit #414

lastmjs opened this issue Jun 30, 2023 · 0 comments

Comments

@lastmjs
Copy link
Member

lastmjs commented Jun 30, 2023

There is now a 10MiB limit on the code section, no limit on the data section, with a 30MiB uncompressed limit. So this means that we still need to chunk upload, but we can hopefully relax optimizations and possibly put the stdlib back into the main binary...thought that might make overall compilation slower. Time to experiment.

  • See if we can remove the candid generation code
  • rip out ic-wasm
  • update everything to > dfx 0.14 (tests and getCanisterId)
  • use metadata section of dfx.json
  • use automatic gzipping
@lastmjs lastmjs changed the title Experiment one more time with faster compile times Increased Wasm binary limit Jun 30, 2023
@lastmjs lastmjs closed this as completed Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant