hc-wasmer-middlewares 4.3.6-hc.1

A collection of various useful middlewares
docs.rs failed to build hc-wasmer-middlewares-4.3.6-hc.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hc-wasmer-middlewares-4.3.6-hc.0

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.