wasmer-middlewares

Crates.iowasmer-middlewares
lib.rswasmer-middlewares
version5.0.1
sourcesrc
created_at2020-12-16 17:33:34.299262
updated_at2024-11-06 11:23:55.719379
descriptionA collection of various useful middlewares
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id323663
size25,016
Wasmer Core (github:wasmerio:wasmer-core)

documentation

README

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.

Commit count: 17039

cargo fmt