This repository was archived by the owner on Mar 24, 2022. It is now read-only.
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
lucetc to limit the globals size of produced modules. #585
We already have
--max-reserved-sizefulfilling a similar purpose. Being able to do the same for globals will help move errors from instantiation time to compile time when we know in advance the maximum globals size configured in the runtime.