Files
wasmer/lib/middlewares
Arshia Ghafoori a180dade7f Release 4.2.8
2024-04-05 18:45:47 +03:30
..
2024-02-01 02:12:32 +03:30
2024-04-05 18:45:47 +03:30

Wasmer Middlewares

The wasmer-middlewares crate is a collection of various useful middlewares:

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

    See the metering example to get a concrete and complete example.