move-language / move

Apache License 2.0
2.25k stars 679 forks source link

add VMRuntimeLimitsConfig and vector len limit #963

Closed oxade closed 1 year ago

oxade commented 1 year ago

Motivation

Add VMRuntimeLimitsConfig which exposes vector_len_max and allows for bounding vec len at runtime. Add verifier check to ensure constant vector sizes limit.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

push_back tests of limit at and above