//! [`ResourceLimits`] — bounds the engine must enforce for one loaded component.
use ;
/// Resource bounds a component's host must enforce on every invocation.
///
/// Every field is a hard cap, not a hint — a real `ComponentValidator`/
/// engine implementation is expected to reject or trap on any invocation
/// that would exceed one of these, per ADR-001.