lucet icon indicating copy to clipboard operation
lucet copied to clipboard

Add command-line option to `lucetc` to limit the globals size of produced modules.

Open acfoltzer opened this issue 3 years ago • 0 comments

We already have --max-reserved-size fulfilling 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.

acfoltzer avatar Sep 11 '20 21:09 acfoltzer