Crates.io | wasmer-middlewares |
lib.rs | wasmer-middlewares |
version | 5.0.5-rc1 |
source | src |
created_at | 2020-12-16 17:33:34.299262 |
updated_at | 2025-01-03 19:10:29.734727 |
description | A collection of various useful middlewares |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 323663 |
size | 25,052 |
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.