Module wasmer_middlewares_near::metering[][src]

metering is a middleware for tracking how many operators are executed in total and putting a limit on the total number of operators executed.

Structs

FunctionMetering

The function-level metering middleware.

Metering

The module-level metering middleware.

Enums

MeteringPoints

Functions

get_remaining_points

Get the remaining points in an Instance.

set_remaining_points

Set the provided remaining points in an Instance.