Expand description
Runtime resource limits and sandboxing for the Shape VM.
Provides configurable limits on instruction count, memory usage, wall-clock time, and output bytes. The VM checks these limits during execution and halts with an error when exceeded.
Structs§
- Resource
Limits - Configurable resource limits for VM execution.
- Resource
Usage - Tracks resource usage during VM execution.
Enums§
- Resource
Limit Exceeded - Error returned when a resource limit is exceeded.