Remove the 2Mb wasm size limit for local deployments #3174
Closed
0kenx
started this conversation in
Feature Requests
Replies: 2 comments
-
I'm not sure if it helps, but if you run the replica in system subnet mode you may get a higher limit. Aside: work is ongoing to allow larger (I heard something about tens of MB at some point) wasms even on mainnet |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in #3511 and available in dfx 0.16.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to get away with the 2Mb wasm size limit for local deployments? It's time consuming to run ic-wasm when I test locally, additionally when deploying on local I want to include extra debug-only code that would make the code size bigger than release. It would help to remove the 2Mb wasm size limit for local deployments and replace with a warning instead.
Beta Was this translation helpful? Give feedback.
All reactions