Crate wasmer_middlewares
source ·Re-exports
pub use metering::Metering;Modules
metering is a middleware for tracking how many operators are
executed in total and putting a limit on the total number of
operators executed. The WebAssemblt instance execution is stopped
when the limit is reached.