//! [`ResourceLimits`] — bounds the wasmtime 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 — an adapter implementing
/// `ComponentValidator`/the wasmtime engine is expected to reject or trap
/// on any invocation that would exceed one of these, per ADR-001.