Files
wasmer/lib/middlewares
2022-02-15 19:10:24 +00:00
..
2021-07-16 22:05:33 -07:00
2022-02-15 19:10:24 +00:00

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.