Expand description

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 WebAssembly instance execution is stopped when the limit is reached.

Example

See the metering detailed and complete example.

Structs

Enums

  • Represents the type of the metering points, either Remaining or Exhausted.

Functions