This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Replies: 1 comment
-
How would you deal with package versions constraint? You'd be lucky to be able to install all available packages without having version conflicts. Also the packed environment would be super huge, unless we use a CDN, which we plan to allow in the future but it's not yet possible. You can try, but I don't think this would be a viable default. |
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
-
The effect could be:
Disk: More of course or same for some CDNs are used
Memory: Same unless the pre-installed packages are used.
Building procedure: longer time
Am I right? If so, why don't we always make all technically ready packages pre-installed? Especially the WASM ones.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions